Sha256: 962ccdb1f40e31da69a250f1fbaa1c662c7ad5338b0716c57208c91db200e20c

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 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'] || 'Fivemat'}"
end

require 'rake/clean'

task :test => ['cucumber']

task :default => :test

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
middleman-pry-0.0.4 Rakefile
middleman-google-analytics-1.0.2 Rakefile
middleman-google-analytics-1.0.0 Rakefile
middleman-google-analytics-1.0.0.pre Rakefile
middleman-pry-0.0.3 Rakefile
middleman-pry-0.0.2 Rakefile