calebhearth / formulaic

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

Integration with Cucumber? #43

Closed SimonBo closed 9 years ago

SimonBo commented 9 years ago

I tried using formulaic in my Cucumber steps: fill_form(:resume, FactoryGirl.attributes_for(:resume))

Getting undefined method `fill_form' for #Cucumber::Rails::World:0x007f8351584630 (NoMethodError)

Is Cucumber supported at all? If not, will it be supported?

calebhearth commented 9 years ago

You probably need to include Formulaic::Dsl in World.