Rubocop update

This commit is contained in:
Priit Tark 2015-05-27 12:36:13 +03:00
parent 6d8b714995
commit 3b50ab2452

View file

@ -1,3 +1,5 @@
# rubocop:disable Metrics/LineLength
unless Rails.env.test?
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}" if ENV['new_relic_app_name'].present?
end
# rubocop:enable Metrics/LineLength