From 533a73c125ad20004b91787f0308360c75138f4f Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Mon, 11 May 2015 11:32:48 -0400 Subject: removing unused and already required require's custom test - Does not include EnvHelpers and the require is not needed path generation test - require abstract_unit which has . rails/all requires rails and corresponding --- railties/test/path_generation_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'railties/test/path_generation_test.rb') diff --git a/railties/test/path_generation_test.rb b/railties/test/path_generation_test.rb index d22374a1ff..27e64b97b7 100644 --- a/railties/test/path_generation_test.rb +++ b/railties/test/path_generation_test.rb @@ -1,8 +1,6 @@ require 'abstract_unit' require 'active_support/core_ext/object/with_options' require 'active_support/core_ext/object/json' -require 'rails' -require 'rails/application' class PathGenerationTest < ActiveSupport::TestCase attr_reader :app -- cgit v1.2.3