Rakefile in middleman-hatenastar-0.1.0 vs Rakefile in middleman-hatenastar-0.2.0
- old
+ new
@@ -4,10 +4,10 @@
require 'cucumber/rake/task'
require 'rubocop/rake_task'
RuboCop::RakeTask.new
Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
- t.cucumber_opts = '--color --tags ~@wip --strict'
+ t.cucumber_opts = '--color --tags="not @wip" --strict'
end
require 'rake/clean'
task test: ['cucumber']