diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-04-16 16:28:53 +0530 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-17 12:00:55 -0700 |
commit | d1f10e74caaedbc853d0f875d8e2a2ac16899fa0 (patch) | |
tree | 10a6d8864e2df773fedd39976f42a654dbe8f8cd | |
parent | da80d87f4dbe56f23cac4f265f5c7de878272516 (diff) | |
download | rails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.tar.gz rails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.tar.bz2 rails-d1f10e74caaedbc853d0f875d8e2a2ac16899fa0.zip |
Test failing with Jruby "uninitialized constant TestJSONEncoding::JSON"
activesupport/test/json/encoding_test.rb need Json to pass against with Jruby
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ end platforms :jruby do gem "ruby-debug", ">= 0.10.3" - + gem "json" gem "activerecord-jdbcsqlite3-adapter" # This is needed by now to let tests work on JRuby |