From 266582e6c34e3353f3419dd9cb777af8d1ebd7a2 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 14 Jun 2011 08:18:06 -0700 Subject: [PATCH] Include JavaScript runtime in test environment --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c7e2812..55cb23a 100644 --- a/Gemfile +++ b/Gemfile @@ -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