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:
parent
f07ff6b8fb
commit
5a5736d735
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue