Sha256: 943c822b60509519aab9719429cfdeee15d8c9482ecc22b7353ede8a0aa4d5dc

Contents?: true

Size: 181 Bytes

Versions: 18

Compression:

Stored size: 181 Bytes

Contents

require 'bundler/gem_tasks'
require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:features) do |t|
 t.cucumber_opts = "features --format pretty"
end

task :default => [:features]

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ember-middleman-0.0.18 Rakefile
ember-middleman-0.0.17 Rakefile
ember-middleman-0.0.16 Rakefile
ember-middleman-0.0.15 Rakefile
ember-middleman-0.0.14 Rakefile
ember-middleman-0.0.13 Rakefile
ember-middleman-0.0.12 Rakefile
ember-middleman-0.0.11 Rakefile
ember-middleman-0.0.10 Rakefile
ember-middleman-0.0.9 Rakefile
ember-middleman-0.0.8 Rakefile
ember-middleman-0.0.7 Rakefile
ember-middleman-0.0.6 Rakefile
ember-middleman-0.0.5 Rakefile
ember-middleman-0.0.4 Rakefile
ember-middleman-0.0.3 Rakefile
ember-middleman-0.0.2 Rakefile
ember-middleman-0.0.1 Rakefile