1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

bundler/gem_tasks is easier.

This commit is contained in:
Gabe Berke-Williams 2011-11-12 17:04:59 -05:00
parent 26fb35aae9
commit ad570cc06c

View file

@ -1,10 +1,8 @@
require 'bundler'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'cucumber/rake/task'
require 'appraisal'
Bundler::GemHelper.install_tasks
RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/**/*_spec.rb"
t.rspec_opts = '--color --format progress'