From c80787e434eda695e97b6a1b7f79dc464fa98230 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Mon, 20 Aug 2012 13:09:42 -0700 Subject: [PATCH] please see: https://github.com/middleman/middleman/issues/570 --- Rakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 300585c..7d8f887 100644 --- a/Rakefile +++ b/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"