making spec the default rake task so it works at runcoderun.com

This commit is contained in:
Ryan Bates 2009-12-30 20:22:26 -08:00
parent 7d3b4cdbc2
commit 41f67ad6d0

View File

@ -9,3 +9,5 @@ Spec::Rake::SpecTask.new do |t|
t.spec_files = spec_files t.spec_files = spec_files
t.spec_opts = ["-c"] t.spec_opts = ["-c"]
end end
task :default => :spec