calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

Allow assocation checkboxes to be filled #46

Closed calebhearth closed 9 years ago

calebhearth commented 9 years ago

For an input such as f.association :friends, as: :check_boxes, we can now fill_form(:user, friends: ['Caleb', 'Rufino']) and check the appropriate boxes.

seanpdoyle commented 9 years ago

LGTM