Forward port some stable changes
This commit is contained in:
parent
a251c82562
commit
409a892da7
19 changed files with 49 additions and 39 deletions
|
@ -4,7 +4,7 @@ Bundler::GemHelper.install_tasks
|
|||
require 'cucumber/rake/task'
|
||||
|
||||
Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
|
||||
t.cucumber_opts = "--color --tags ~@wip --strict"
|
||||
t.cucumber_opts = '--color --tags ~@wip --strict'
|
||||
end
|
||||
|
||||
require 'rake/clean'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue