Clearing rake spec before defining it - see if this affects travis

This commit is contained in:
Sarah Mei 2011-12-05 22:03:24 -08:00
parent c2b22569b0
commit d245dc91a5

View file

@ -12,6 +12,8 @@ begin
task :stats => "spec:statsetup"
Rake::Task[:spec].clear
desc "Run all specs in spec directory"
RSpec::Core::RakeTask.new(:spec => spec_prereq)