Take specs out of default tests
This commit is contained in:
parent
c87b0fcd2d
commit
9f3ca16962
@ -121,6 +121,7 @@ GEM
|
|||||||
ruby-prof (0.10.5)
|
ruby-prof (0.10.5)
|
||||||
rubyzip (0.9.4)
|
rubyzip (0.9.4)
|
||||||
sass (3.1.1)
|
sass (3.1.1)
|
||||||
|
sys-uname (0.8.5)
|
||||||
term-ansicolor (1.0.5)
|
term-ansicolor (1.0.5)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
timecop (0.3.5)
|
timecop (0.3.5)
|
||||||
|
1
Rakefile
1
Rakefile
@ -38,7 +38,6 @@ begin
|
|||||||
spec.rcov = true
|
spec.rcov = true
|
||||||
end
|
end
|
||||||
|
|
||||||
task :default => :spec
|
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
puts "Rspec (or a dependency) is not available. Try running bundler install"
|
puts "Rspec (or a dependency) is not available. Try running bundler install"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user