diff options
author | wycats <wycats@gmail.com> | 2011-05-23 16:43:58 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2011-05-23 16:45:26 -0700 |
commit | a9f22dc272ad5b7fe23b4648b825fd454ad230a3 (patch) | |
tree | 0c122b3e323769ecfb3c1223b3d876e389712ad4 /actionpack/test/template | |
parent | 76f947edf755f57ec721b412c6cef9a9c2c8f4b5 (diff) | |
download | rails-a9f22dc272ad5b7fe23b4648b825fd454ad230a3.tar.gz rails-a9f22dc272ad5b7fe23b4648b825fd454ad230a3.tar.bz2 rails-a9f22dc272ad5b7fe23b4648b825fd454ad230a3.zip |
Move the last pockets of Sprockets stuff into the Sprockets directory
Diffstat (limited to 'actionpack/test/template')
-rw-r--r-- | actionpack/test/template/sprockets_helper_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/test/template/sprockets_helper_test.rb b/actionpack/test/template/sprockets_helper_test.rb index 7d26beb9e4..b26315083c 100644 --- a/actionpack/test/template/sprockets_helper_test.rb +++ b/actionpack/test/template/sprockets_helper_test.rb @@ -4,8 +4,7 @@ require 'sprockets/helpers/rails_helper' require 'mocha' class SprocketsHelperTest < ActionView::TestCase - tests ActionView::Helpers::SprocketsHelper - include Sprockets::Helpers::RailsHelper + tests Sprockets::Helpers::RailsHelper attr_accessor :assets |