Skip to content

Commit

Permalink
Fix typo in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
anbotero committed May 28, 2011
1 parent f07ff6b commit 5a5736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/template/sprockets_helper_test.rb
Expand Up @@ -57,7 +57,7 @@ def url_for(*args)
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")
Expand Down

0 comments on commit 5a5736d

Please sign in to comment.