Rakefile in binding_of_caller-0.7.2 vs Rakefile in binding_of_caller-0.7.3.pre1
- old
+ new
@@ -44,10 +44,10 @@
desc "run tests"
task :default => [:test]
desc "Run tests"
task :test do
- unless defined?(Rubinius)
+ unless defined?(Rubinius) or defined?(JRuby)
Rake::Task['compile'].execute
end
$stdout.puts("\033[33m")
sh "bacon -Itest -rubygems -a -q"