[rspec-users] Cucumber: Running a single feature / scenario
Pirkka Hartikainen
lists at ruby-forum.com
Wed Jul 8 03:52:38 EDT 2009
--line option has been deprecated, use the colon syntax instead.
cucumber path/to/file.feature --line 33
has become
cucumber path/to/file.feature:33
PS. updating this thread because of a high google page rank, it's the
first search result for "cucumber running a single scenario"
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list