Sha256: 2689ab9da279e3e3f47aca026a35823f85d7a220bee5abb01310002ac029a710

Contents?: true

Size: 267 Bytes

Versions: 6

Compression:

Stored size: 267 Bytes

Contents

require "bundler/gem_tasks"

require 'cucumber/rake/task'
Cucumber::Rake::Task.new do |t|
  t.cucumber_opts = %w{--format progress}
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
  t.fail_on_error = true
end

task :default => [:spec, :cucumber]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_shopping_cart-0.3.0 Rakefile
acts_as_shopping_cart-0.2.2 Rakefile
acts_as_shopping_cart-0.2.1 Rakefile
acts_as_shopping_cart-0.2.0 Rakefile
acts_as_shopping_cart-0.1.6 Rakefile
acts_as_shopping_cart-0.1.5 Rakefile