From 26c1599dc2fe0c3865e80ca55abffee50e648033 Mon Sep 17 00:00:00 2001 From: Brian Scott Date: Thu, 16 May 2013 23:41:03 -0700 Subject: [PATCH] Removed task check deps --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index cac7b1b..712ed11 100644 --- a/Rakefile +++ b/Rakefile @@ -34,8 +34,6 @@ RSpec::Core::RakeTask.new(:rcov) do |spec| spec.rcov = true end -task :spec => :check_dependencies - task :default => :spec begin