1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in test.

This commit is contained in:
Andrés Botero 2011-05-28 00:51:00 -07:00
parent f07ff6b8fb
commit 5a5736d735

View file

@ -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")