From 531095e64ed734d246253143a7fad74e43b6f90e Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Mon, 23 May 2011 07:09:09 +0530 Subject: We don't need to load version any more as Sprockets.beta8 is included. --- actionpack/test/template/sprockets_helper_test.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/sprockets_helper_test.rb b/actionpack/test/template/sprockets_helper_test.rb index 23288a242c..9d1e08373f 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' -- cgit v1.2.3