Method: Pathway::Rspec::FieldListHelpers#were_was
- Defined in:
- lib/pathway/rspec/matchers/field_list_helpers.rb
#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 |