diff --git a/Rakefile b/Rakefile index 22162469d..6781a663b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # This Rakefile has all the right settings to run the tests inside each lab -gem 'rspec', '~>2' +gem 'rspec', '~>3' require 'rspec/core/rake_task' task :default => :spec