Sha256: 215eca539ffa9523f50d0804ff78774ff238406df6b078fd99070ed32e4e822f

Contents?: true

Size: 330 Bytes

Versions: 47

Compression:

Stored size: 330 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

47 entries across 47 versions & 16 rubygems

Version Path
middleman-leanpub-0.1.0 Rakefile
middleman-npm_build-0.0.5 Rakefile
middleman-appcache-1.2.0 Rakefile
middleman-appcache-1.1.0 Rakefile
middleman-ya_lorem_ja-0.0.5 Rakefile
middleman-scavenger-1.0.1 Rakefile
middleman-scavenger-1.0.0 Rakefile
middleman-npm_build-0.0.4 Rakefile
middleman-leanpub-0.0.1 Rakefile
middleman-org-0.3.0 Rakefile
middleman-ya_lorem_ja-0.0.4 Rakefile
middleman-ya_lorem_ja-0.0.3 Rakefile
middleman-ya_lorem_ja-0.0.2 Rakefile
middleman-code_snippets-0.0.1 Rakefile
middleman-wordpress-0.0.1 Rakefile
middleman-dato-0.0.1.rc4 Rakefile
middleman-dato-0.0.1.rc3 Rakefile
middleman-dato-0.0.1.rc2 Rakefile
middleman-dato-0.0.1.rc1 Rakefile
middleman-cli-4.0.0.beta.2 lib/middleman-cli/templates/extension/Rakefile