From 17398e4cc2b1ad69260560630dd92c42c1d51979 Mon Sep 17 00:00:00 2001 From: jywarren Date: Fri, 14 Oct 2016 12:32:14 -0400 Subject: [PATCH] Gemfile tweaks for Jasmine tests --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 224330cdec..29afd75097 100644 --- a/Gemfile +++ b/Gemfile @@ -46,6 +46,8 @@ group :test do gem 'rspec' gem 'json_expressions' gem 'timecop' + gem 'jasmine-rails' + gem 'jasmine-jquery-rails' end # run with `bundle install --without production` to exclude these @@ -80,8 +82,6 @@ gem 'grape-swagger-ui' gem 'rack-cors', :require => 'rack/cors' gem 'mocha', '~> 1.1' -gem 'jasmine-rails' -gem 'jasmine-jquery-rails' gem 'sunspot_rails' gem 'sunspot_solr'