Forward port some stable changes

This commit is contained in:
Thomas Reynolds 2015-09-17 09:41:17 -07:00
parent a251c82562
commit 409a892da7
19 changed files with 49 additions and 39 deletions

View file

@ -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'