features/finders.feature in mongodoc-0.2.2 vs features/finders.feature in mongodoc-0.2.4
- old
+ new
@@ -50,10 +50,10 @@
| Street | City | State | Zip Code |
| 1 Main St. | Jacksonville | FL | 32218 |
And I save the document 'contractor'
Scenario: All
- When I query contacts with all
+ When I query contacts with find_all
Then the query result has 3 documents
Scenario: Count
When I query contacts with count
Then the query result was 3 documents