Improve test name to be better english.
This commit is contained in:
parent
90815302ea
commit
82db214c67
|
@ -78,7 +78,7 @@ describe ArticlesController do
|
||||||
Rails.application.config.filter_parameters = [:password]
|
Rails.application.config.filter_parameters = [:password]
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should FILTER params that are included in filtering {}" do
|
it "values should not be recorded" do
|
||||||
get "index", password: "best-password-ever"
|
get "index", password: "best-password-ever"
|
||||||
Impression.last.params.should eq("password" => "[FILTERED]")
|
Impression.last.params.should eq("password" => "[FILTERED]")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue