Skip to content

Commit

Permalink
add rake features:wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Weiskotten committed Jul 16, 2011
1 parent 99d39e0 commit c646a05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -3,4 +3,8 @@ require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:features)

Cucumber::Rake::Task.new('features:wip', 'Run Cucumber features that are a work in progress') do |t|
t.profile = 'wip'
end

task :default => :features
2 changes: 1 addition & 1 deletion cucumber.yml
@@ -1,3 +1,3 @@
---
default: --tags ~@wip --strict
wip: --tags @wip --strict
wip: --tags @wip --wip

0 comments on commit c646a05

Please sign in to comment.