update spec gems to make tests work again

This commit is contained in:
wvengen 2013-09-07 01:34:34 +02:00
parent 7de57715f2
commit 707f487128
3 changed files with 18 additions and 11 deletions

3
lib/tasks/rspec.rake Normal file
View file

@ -0,0 +1,3 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec