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