Skip to content

Commit 3213d2b

Browse files
authored
Merge pull request #474 from jbampton/fix-spelling
chore: fix spelling
2 parents 85baeda + 95c84bc commit 3213d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_quiet_assets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_silences_with_default_prefix
3434
assert_equal Logger::ERROR, middleware.call("PATH_INFO" => "/assets/stylesheets/application.css")
3535
end
3636

37-
def test_silencess_with_custom_prefix
37+
def test_silences_with_custom_prefix
3838
Rails.application.config.assets.prefix = "path/to"
3939
assert_equal Logger::ERROR, middleware.call("PATH_INFO" => "/path/to/thing")
4040
end

0 commit comments

Comments
 (0)