aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
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 /activemodel
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 'activemodel')
-rw-r--r--activemodel/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile
index 407dda2ec3..c30a559ef5 100644
--- a/activemodel/Rakefile
+++ b/activemodel/Rakefile
@@ -9,6 +9,7 @@ Rake::TestTask.new do |t|
t.test_files = Dir.glob("#{dir}/test/cases/**/*_test.rb").sort
t.warning = true
t.verbose = true
+ t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
end
namespace :test do