mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 10:01:49 +08:00
DEV: Use proper wording for contexts in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -227,7 +227,7 @@ RSpec.describe SecondFactor::AuthManager do
|
||||
end
|
||||
end
|
||||
|
||||
context "returned results object" do
|
||||
context "with returned results object" do
|
||||
it "has the correct status and contains the return value of the action hook that's called" do
|
||||
action = create_action
|
||||
action.expects(:skip_second_factor_auth?).with({}).returns(true).once
|
||||
|
Reference in New Issue
Block a user