aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-01 22:56:08 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-01 22:56:08 -0300
commit7b740f31cc6f88fe20a51eb7da1468082e6fdb5a (patch)
tree4c73ed55dc6e9a0fe623eea63236afdb55cc12c1 /activesupport
parent6aa448255cd5c640dae45963c114418b76f454e0 (diff)
parent1fac7b79f3f524afcd9723bfb0fd72fc5ac53bdf (diff)
downloadrails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.tar.gz
rails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.tar.bz2
rails-7b740f31cc6f88fe20a51eb7da1468082e6fdb5a.zip
Merge pull request #17088 from robin850/jruby-dev
Follow up to #16613
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 5ba153662a..7c40df8dc8 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -7,9 +7,9 @@ Rake::TestTask.new do |t|
t.pattern = 'test/**/*_test.rb'
t.warning = true
t.verbose = true
+ t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
end
-
namespace :test do
task :isolated do
Dir.glob("test/**/*_test.rb").all? do |file|