Clearing rake spec before defining it - see if this affects travis
This commit is contained in:
parent
c2b22569b0
commit
d245dc91a5
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ begin
|
||||||
|
|
||||||
task :stats => "spec:statsetup"
|
task :stats => "spec:statsetup"
|
||||||
|
|
||||||
|
Rake::Task[:spec].clear
|
||||||
|
|
||||||
desc "Run all specs in spec directory"
|
desc "Run all specs in spec directory"
|
||||||
RSpec::Core::RakeTask.new(:spec => spec_prereq)
|
RSpec::Core::RakeTask.new(:spec => spec_prereq)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue