Skip to content

Commit 95c84bc

Browse files
committed
chore: fix spelling
1 parent 1a0cf7a commit 95c84bc

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)