From a36c839c06dfc522365533ed04b0a3d6b1e6f05d Mon Sep 17 00:00:00 2001 From: alex-fung Date: Tue, 10 Jun 2014 12:01:07 -0400 Subject: [PATCH] Newest version of RSpec is 3.0, first line unnecessary --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 22162469d..489058bd9 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,4 @@ # This Rakefile has all the right settings to run the tests inside each lab -gem 'rspec', '~>2' require 'rspec/core/rake_task' task :default => :spec