calebhearth / formulaic

Simplify form filling with Capybara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with Cucumber?

SimonBo opened this issue · comments

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?

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