Module: Pathway::Rspec::FieldListHelpers
- Includes:
- ListHelpers
- Included in:
- FormSchemaHelpers
- Defined in:
- lib/pathway/rspec/matchers/field_list_helpers.rb
Instance Method Summary collapse
Methods included from ListHelpers
Instance Method Details
#field_list ⇒ Object
10 11 12 |
# File 'lib/pathway/rspec/matchers/field_list_helpers.rb', line 10 def field_list as_list(@fields) end |
#pluralize_fields ⇒ Object
18 19 20 |
# File 'lib/pathway/rspec/matchers/field_list_helpers.rb', line 18 def pluralize_fields @fields.size > 1 ? 'fields' : 'field' end |
#were_was(list) ⇒ Object
14 15 16 |
# File 'lib/pathway/rspec/matchers/field_list_helpers.rb', line 14 def were_was(list) list.size > 1 ? 'were' : 'was' end |