Improve test name to be better english.

This commit is contained in:
Russell Osborne 2017-06-01 20:55:26 -04:00
parent 90815302ea
commit 82db214c67
1 changed files with 1 additions and 1 deletions

View File

@ -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