Rakefile in app-store-emigrant-0.0.4 vs Rakefile in app-store-emigrant-0.0.5

- old
+ new

@@ -4,5 +4,7 @@ Rake::TestTask.new do |t| t.test_files = FileList['specs/*.rb'] t.verbose = true t.libs << 'specs' end + +task :default => :test