Re-enable running a single cucumber feature on the command line

This commit is contained in:
Sarah Mei 2011-02-02 11:13:59 -08:00
parent 9a618d4dc0
commit 9a6fca87ff

View file

@ -18,7 +18,7 @@ begin
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used. t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
t.fork = true # You may get faster startup if you set this to false t.fork = true # You may get faster startup if you set this to false
t.profile = 'default' t.profile = 'default'
t.cucumber_opts = "features --exclude features/uri-tests/*" t.cucumber_opts = "--exclude features/uri-tests/*"
end end
Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t| Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|