RailsApps/rails3-application-templates

Cucumber works only with "--require features" option

Closed this issue · 3 comments

In cucmber.yml file I fixed 4th line thus:

std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --require features --tags ~@wip"

By the way, the Cucumber start working only after I removed all groups from testing gems and regenerated it.

Which example application did you generate? So far as I know, Cucumber runs fine with each of them.

-- Daniel

I've been wrong by starting it cucumber features/users. It work with cucumber features. Sorry, i`m a new gay.