This commit is contained in:
parent
cd12783e69
commit
c80787e434
10
Rakefile
10
Rakefile
|
@ -1,15 +1,15 @@
|
|||
require 'bundler'
|
||||
Bundler::GemHelper.install_tasks
|
||||
|
||||
require 'cucumber/rake/task'
|
||||
# require 'cucumber/rake/task'
|
||||
|
||||
Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
|
||||
t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}"
|
||||
end
|
||||
# Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
|
||||
# t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}"
|
||||
# end
|
||||
|
||||
require 'rake/clean'
|
||||
|
||||
task :test => ["cucumber"]
|
||||
# task :test => ["cucumber"]
|
||||
|
||||
require "middleman-deploy/pkg-info"
|
||||
|
||||
|
|
Loading…
Reference in a new issue