Skip to content

Commit

Permalink
Gemfile tweaks for Jasmine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Oct 14, 2016
1 parent 545419c commit 17398e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 17398e4

Please sign in to comment.