Rakefile in
iruby-0.1.13
vs Rakefile in
iruby-0.2.0
- old
+ new
@@ -9,5 +9,7 @@
t.libs << 'lib' t.libs << 'test' t.test_files = FileList['test/**/*_test.rb'] t.verbose = true end
+
+task default: 'test'