From 9f3ca16962609de6d998649c8ace56e5550fdf64 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 28 Apr 2011 07:03:40 -0700 Subject: [PATCH] Take specs out of default tests --- Gemfile.lock | 1 + Rakefile | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5de6ffd8..9cccb2ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,6 +121,7 @@ GEM ruby-prof (0.10.5) rubyzip (0.9.4) sass (3.1.1) + sys-uname (0.8.5) term-ansicolor (1.0.5) thor (0.14.6) timecop (0.3.5) diff --git a/Rakefile b/Rakefile index dcb44d0c..c8c756b9 100644 --- a/Rakefile +++ b/Rakefile @@ -38,7 +38,6 @@ begin spec.rcov = true end - task :default => :spec rescue LoadError puts "Rspec (or a dependency) is not available. Try running bundler install" end