diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index ad0ad807dbd..60534a9746b 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -1,5 +1,4 @@ require File.expand_path('../../../load_paths', __FILE__) -require File.expand_path('../../../version', __FILE__) lib = File.expand_path("#{File.dirname(__FILE__)}/../lib") $:.unshift(lib) unless $:.include?('lib') || $:.include?(lib) diff --git a/actionpack/test/template/sprockets_helper_test.rb b/actionpack/test/template/sprockets_helper_test.rb index 23288a242cc..9d1e08373f5 100644 --- a/actionpack/test/template/sprockets_helper_test.rb +++ b/actionpack/test/template/sprockets_helper_test.rb @@ -1,11 +1,4 @@ require 'abstract_unit' - -module Rails - class Engine - def self.initializer(*args); end - end -end - require 'sprockets' require 'mocha'