diff options
author | Andrés Botero <yosoy@andresbotero.co> | 2011-05-28 00:51:00 -0700 |
---|---|---|
committer | Andrés Botero <yosoy@andresbotero.co> | 2011-05-28 00:51:00 -0700 |
commit | 5a5736d735c72aa0764c84250131c8c3b216d0ef (patch) | |
tree | 74d13776a5573bb8c375d79a4e5b3e6989c390e7 /actionpack | |
parent | f07ff6b8fba58de373f20fd111ef2e7f4fe85744 (diff) | |
download | rails-5a5736d735c72aa0764c84250131c8c3b216d0ef.tar.gz rails-5a5736d735c72aa0764c84250131c8c3b216d0ef.tar.bz2 rails-5a5736d735c72aa0764c84250131c8c3b216d0ef.zip |
Fix typo in test.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/template/sprockets_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/sprockets_helper_test.rb b/actionpack/test/template/sprockets_helper_test.rb index c2ee7f9582..ebb7e48d70 100644 --- a/actionpack/test/template/sprockets_helper_test.rb +++ b/actionpack/test/template/sprockets_helper_test.rb @@ -57,7 +57,7 @@ class SprocketsHelperTest < ActionView::TestCase asset_path("http://www.example.com/video/play.mp4") end - test "asset path with relavtive url root" do + test "asset path with relative url root" do @controller.config.relative_url_root = "/collaboration/hieraki" assert_equal "/collaboration/hieraki/images/logo.gif", asset_path("/images/logo.gif") |