We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85baeda + 95c84bc commit 3213d2bCopy full SHA for 3213d2b
test/test_quiet_assets.rb
@@ -34,7 +34,7 @@ def test_silences_with_default_prefix
34
assert_equal Logger::ERROR, middleware.call("PATH_INFO" => "/assets/stylesheets/application.css")
35
end
36
37
- def test_silencess_with_custom_prefix
+ def test_silences_with_custom_prefix
38
Rails.application.config.assets.prefix = "path/to"
39
assert_equal Logger::ERROR, middleware.call("PATH_INFO" => "/path/to/thing")
40
0 commit comments