update spec gems to make tests work again
This commit is contained in:
parent
7de57715f2
commit
707f487128
3 changed files with 18 additions and 11 deletions
3
lib/tasks/rspec.rake
Normal file
3
lib/tasks/rspec.rake
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
task :default => :spec
|
||||
Loading…
Add table
Add a link
Reference in a new issue