Cucumber works only with "--require features" option
Closed this issue · 3 comments
chatman-media commented
In cucmber.yml file I fixed 4th line thus:
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --require features --tags ~@wip"
chatman-media commented
By the way, the Cucumber start working only after I removed all groups from testing gems and regenerated it.
DanielKehoe commented
Which example application did you generate? So far as I know, Cucumber runs fine with each of them.
-- Daniel
chatman-media commented
I've been wrong by starting it cucumber features/users
. It work with cucumber features
. Sorry, i`m a new gay.