mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
We don't need to load version any more as Sprockets.beta8 is included.
This commit is contained in:
parent
5e519fb015
commit
531095e64e
2 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
require 'abstract_unit'
|
||||
|
||||
module Rails
|
||||
class Engine
|
||||
def self.initializer(*args); end
|
||||
end
|
||||
end
|
||||
|
||||
require 'sprockets'
|
||||
require 'mocha'
|
||||
|
||||
|
|
Loading…
Reference in a new issue