Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Remove uglifier and coffee-rails from the 3.1 gemfile, and modify spe…
Browse files Browse the repository at this point in the history
…c_helper.rb to respect a BUNDLE_GEMFILE set on the command line.
  • Loading branch information
Blake Thomson committed Nov 2, 2011
1 parent 22740fd commit 7660061
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Appraisals
Expand Up @@ -4,8 +4,6 @@ end

appraise "3.1" do
gem "rails", "3.1.0"
gem 'uglifier'
gem 'jquery-rails'
gem 'coffee-rails'
gem 'sass-rails'
end
2 changes: 0 additions & 2 deletions gemfiles/3.1.gemfile
Expand Up @@ -10,9 +10,7 @@ gem "jdbc-sqlite3", :platform=>:jruby
gem "jruby-openssl", :platform=>:jruby
gem "shoulda-context", "~> 1.0.0.beta1"
gem "rails", "3.1.0"
gem "uglifier"
gem "jquery-rails"
gem "coffee-rails"
gem "sass-rails"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -4,7 +4,7 @@
`rails new #{TESTAPP_ROOT}`

ENV['RAILS_ENV'] = 'test'
ENV['BUNDLE_GEMFILE'] = TESTAPP_ROOT + '/Gemfile'
ENV['BUNDLE_GEMFILE'] ||= TESTAPP_ROOT + '/Gemfile'

require "#{TESTAPP_ROOT}/config/environment"
require 'rspec'
Expand Down

0 comments on commit 7660061

Please sign in to comment.