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:
parent
26fb35aae9
commit
ad570cc06c
1 changed files with 1 additions and 3 deletions
4
Rakefile
4
Rakefile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue