test/multiverse/suites/rails/app.rb in newrelic_rpm-3.7.3.204 vs test/multiverse/suites/rails/app.rb in newrelic_rpm-3.8.0.218

- old
+ new

@@ -3,9 +3,12 @@ # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. require 'action_controller/railtie' require 'active_model' +require 'multiverse_helpers' +require 'rails/test_help' + # We define our single Rails application here, one time, upon the first inclusion # Tests should feel free to define their own Controllers locally, but if they # need anything special at the Application level, put it here if !defined?(MyApp)