aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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 /actionpack
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 'actionpack')
-rw-r--r--actionpack/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index af075f82ad..4b60b77759 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -16,6 +16,7 @@ Rake::TestTask.new do |t|
t.warning = true
t.verbose = true
+ t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
end
namespace :test do