Skip to content

Commit

Permalink
spec - moving newrelic gem out of test env (faster)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Feb 2, 2012
1 parent 3c7e99f commit d02643a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ group :test, :development do
gem 'gettext', '>= 1.9.3', :require => false
gem 'ruby_parser'

# profiler
gem 'newrelic_rpm'

#needed to generate routes in javascript
gem "js-routes", :require => 'js_routes'

#needed for unit tests
end

group :development do
# profiler
gem 'newrelic_rpm'
end

0 comments on commit d02643a

Please sign in to comment.