Skip to content

Commit

Permalink
Make test the default Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
porada committed Sep 15, 2014
1 parent d3985b2 commit cd50be6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'bundler/gem_tasks'
require 'cucumber/rake/task'

task :default => :test

Cucumber::Rake::Task.new(:test, 'Run features that should pass') do |task|
task.cucumber_opts = '--color --tags ~@wip --strict --format pretty'
end

0 comments on commit cd50be6

Please sign in to comment.