Skip to content

Commit 9088c86

Browse files
committed
fix typo in test
1 parent 5badf67 commit 9088c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ def test_javascript_precompile
893893
end
894894
end
895895

896-
def test_javascript_precompile_thows_the_descriptive_error
896+
def test_javascript_precompile_throws_the_descriptive_error
897897
assert_raises(Sprockets::Rails::Helper::AssetNotPrecompiledError) do
898898
@view.javascript_include_tag("not_precompiled")
899899
end

0 commit comments

Comments
 (0)