Include JavaScript runtime in test environment

This commit is contained in:
Erik Michaels-Ober 2011-06-14 08:18:06 -07:00
parent e6f41da015
commit 266582e6c3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
end
group :production do
group :test, :production do
platforms :ruby do
gem 'therubyracer-heroku', '0.8.1.pre3'
end