aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/sprockets_helper_test.rb
diff options
context:
space:
mode:
authorArun Agrawal <arun@fromjaipur.com>2011-05-23 07:09:09 +0530
committerArun Agrawal <arun@fromjaipur.com>2011-05-23 07:09:09 +0530
commit531095e64ed734d246253143a7fad74e43b6f90e (patch)
tree2c712fa1d78f822a1f45310c8be53e9ec993d8e2 /actionpack/test/template/sprockets_helper_test.rb
parent5e519fb0150e6ccb7e2486fc8aa2d60d11b53b75 (diff)
downloadrails-531095e64ed734d246253143a7fad74e43b6f90e.tar.gz
rails-531095e64ed734d246253143a7fad74e43b6f90e.tar.bz2
rails-531095e64ed734d246253143a7fad74e43b6f90e.zip
We don't need to load version any more as Sprockets.beta8 is included.
Diffstat (limited to 'actionpack/test/template/sprockets_helper_test.rb')
-rw-r--r--actionpack/test/template/sprockets_helper_test.rb7
1 files changed, 0 insertions, 7 deletions
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'