Take specs out of default tests

This commit is contained in:
Chris Eppstein 2011-04-28 07:03:40 -07:00
parent c87b0fcd2d
commit 9f3ca16962
2 changed files with 1 additions and 1 deletions

View File

@ -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)

View File

@ -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