I just updated capybara and capybara-webkit from the master branch. I have restarted my spork server and now any time I call capybara methods (visit or click_link for example) I get an the above error saying 1 argument was passed but 0 were expected.
Given /^I have a posting$/ do
visit "/postings"
click_link "edit"
end
This happens with webkit and selenium.
Any ideas?