Rakefile in pry-theme-1.0.2 vs Rakefile in pry-theme-1.0.3

- old
+ new

@@ -6,10 +6,10 @@ paths = FileList['spec/**/*_spec.rb'] paths.shuffle!.join(' ') end desc "Run tests" -task :test do +task :spec do exec "bacon -Ispec #{ quiet } #{ test_files }" end -task :default => :test +task :default => :spec