Rakefile in inherited_resources-1.3.1 vs Rakefile in inherited_resources-1.4.0
- old
+ new
@@ -17,5 +17,8 @@
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('MIT-LICENSE')
rdoc.rdoc_files.include('lib/**/*.rb')
end
+
+# Make test the default task.
+task :default => :test
\ No newline at end of file