diff --git a/tests/test_app/spec/controllers/articles_controller_spec.rb b/tests/test_app/spec/controllers/articles_controller_spec.rb index 2cf6c02..c41eda2 100644 --- a/tests/test_app/spec/controllers/articles_controller_spec.rb +++ b/tests/test_app/spec/controllers/articles_controller_spec.rb @@ -78,7 +78,7 @@ describe ArticlesController do Rails.application.config.filter_parameters = [:password] end - it "should FILTER params that are included in filtering {}" do + it "values should not be recorded" do get "index", password: "best-password-ever" Impression.last.params.should eq("password" => "[FILTERED]") end