Skip to content

Commit

Permalink
Fixed default spec task (for travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Nov 23, 2011
1 parent 84858f2 commit a7e1222
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -23,7 +23,5 @@ namespace :spec do
end
end

Rake::Task["spec"].prerequisites.clear
Rake::Task["spec"].prerequisites.push("spec:prepare")
task :default => ['spec']
task :default => ["spec:prepare", "spec"]

0 comments on commit a7e1222

Please sign in to comment.