Rakefile in testrbl-0.1.12 vs Rakefile in testrbl-0.1.13
- old
+ new
@@ -1,7 +1,10 @@
require 'bundler/gem_tasks'
task :default do
+ # tests do not run with test-unit 1 since it defines testrb and overshadows 1.9s native testrb
+ raise "yes | gem uninstall -a test-unit && bundle" if `gem list test-unit | grep 'test-unit '` =~ /[\( ]1\./
+
sh "rspec spec/"
end
# extracted from https://github.com/grosser/project_template
rule /^version:bump:.*/ do |t|