Sha256: 8f80b416774e68bcdad3e9df1935beeca310f7b0edb89f035f4b1d8b67af4980

Contents?: true

Size: 289 Bytes

Versions: 7

Compression:

Stored size: 289 Bytes

Contents

require 'bundler'
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 --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'}"
end

task :default => :cucumber

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
middleman-1.1.0.beta.2 Rakefile
middleman-1.1.0.beta.1 Rakefile
middleman-1.1.0.beta.0 Rakefile
middleman-1.1.0.alpha.2 Rakefile
middleman-1.0.3 Rakefile
middleman-1.1.0.alpha.1 Rakefile
middleman-1.0.2 Rakefile