calebhearth / formulaic

Simplify form filling with Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

submit() isn't a method

gabebw opened this issue · comments

The README says to do click_on submit(:user), but submit isn't a public method (and looks like it may not be a method at all?).

What's the recommended way to submit a form?

I think this is a case of my RDD being ahead of the code.

Fixed in #6.