From 5a5736d735c72aa0764c84250131c8c3b216d0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Botero?= Date: Sat, 28 May 2011 00:51:00 -0700 Subject: [PATCH] Fix typo in test. --- actionpack/test/template/sprockets_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/template/sprockets_helper_test.rb b/actionpack/test/template/sprockets_helper_test.rb index c2ee7f95824ad..ebb7e48d7042e 100644 --- a/actionpack/test/template/sprockets_helper_test.rb +++ b/actionpack/test/template/sprockets_helper_test.rb @@ -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")