color specs

improve_associations
Chris Anderson 2009-08-06 12:57:47 -07:00
parent 0958be55f7
commit db4afcac14
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ end
desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
t.spec_opts = ["--color"]
t.spec_files = FileList['spec/**/*_spec.rb']
end