Rakefile in
idid-0.0.3
vs Rakefile in
idid-0.0.4
- old
+ new
@@ -1,5 +1,10 @@
require "bundler/gem_tasks"
+
+desc 'Run all the tests'
+task :default do
+ exit system('bundle exec rspec spec --color')
+end