Sha256: 4c808ba23146fed42f095c5c4189ac644afca88f5e0c704a49efd87f2feb62da
Contents?: true
Size: 292 Bytes
Versions: 4
Compression:
Stored size: 292 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.skip_bundler = true t.fail_on_error = true end task :default => [:spec, :cucumber]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acts_as_shopping_cart-0.1.4 | Rakefile |
acts_as_shopping_cart-0.1.3 | Rakefile |
acts_as_shopping_cart-0.1.2 | Rakefile |
acts_as_shopping_cart-0.1.1 | Rakefile |