Sha256: aa6d2acdc5a858fb8905c8978411dec218595e472de60b17defe33fa69858ce3

Contents?: true

Size: 282 Bytes

Versions: 15

Compression:

Stored size: 282 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"
end

require 'rake/clean'

task test: ['cucumber']

task default: :test

Version data entries

15 entries across 15 versions & 7 rubygems

Version Path
middleman-asset-http-prefix-1.0.0 Rakefile
middleman-asset-http-prefix-0.0.3 Rakefile
slate_algolia-0.0.1 Rakefile
middleman-web_components-0.0.2 Rakefile
middleman-web_components-0.0.1 Rakefile
middleman-core-3.4.1 lib/middleman-core/templates/extension/Rakefile
middleman-github_api-0.0.1 Rakefile
middleman-rackspace-0.3.1 Rakefile
middleman-rackspace-0.3.0 Rakefile
middleman-rackspace-0.2.0 Rakefile
middleman-rackspace-0.1.0 Rakefile
middleman-cli-4.0.0.rc.1 lib/middleman-cli/templates/extension/Rakefile
middleman-asset-http-prefix-0.0.2 Rakefile
middleman-asset-http-prefix-0.0.1 Rakefile
middleman-core-3.4.0 lib/middleman-core/templates/extension/Rakefile