Displaying 1 result from an estimated 1 matches for "admin_supplier_feed".
2009 Mar 30
2
[Cucumber] Bug with background
.../Users/andy/Sites/mvor/vendor/plugins/object_daddy/lib/object_daddy.rb:209:in
`/^I create a user with login (\w*)$/''
features/admin/manage_feeds.feature:7:in `Given an admin user Philip
exists''
Given there is 1 valid feed #
features/step_definitions/admin/admin_supplier_feed.steps.rb:8
Now this only happens if there is at least one scenario in the file before
the tested scenario, so I''m speculating that when you run a feature using
''cucumber path/to/feature/feature:xx -r path/to/steps, then background is
not doing is
1) Running for preceding scenari...