Scenario "Query with no query args returns all locations" do
given_a_person
given_im_logged_in_as :person
And "A job with a maximum of zero agents"
end
- Error:
test_query_with_no_query_args_returns_all_locations(Geographic_queries):
ArgumentError: wrong number of arguments (2 for 1)
Removing the pending "And" causes it to run without error.