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.
1 parent 1a0cf7a commit 95c84bcCopy full SHA for 95c84bc
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