Skip to content

Commit

Permalink
Set :require => false for 'test-unit' gem in Gemfile, otherwise asset…
Browse files Browse the repository at this point in the history
…:precompile output contains unnecessary test information
  • Loading branch information
ndbroadbent committed Dec 14, 2011
1 parent 795e25c commit 733909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ group :development, :test do
gem 'annotate', '~> 2.4.1.beta', :require => false
gem 'awesome_print', '>= 0.3.1'

gem 'test-unit', '~> 2.4.3', :platform => :mri_19
gem 'test-unit', '~> 2.4.3', :platform => :mri_19, :require => false
gem 'rspec-rails', '>= 2.5.0'
gem 'ffaker', '>= 1.5.0'
gem 'factory_girl', '>= 1.3.3'
Expand Down

0 comments on commit 733909a

Please sign in to comment.