From 87a63ad310c3c48c95560dfb83f8615dd046d4b5 Mon Sep 17 00:00:00 2001 From: MontrealSergiy Date: Tue, 14 May 2024 12:59:39 -0400 Subject: [PATCH] unittest verbiage for Globus password reset #1391 --- BrainPortal/spec/controllers/users_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrainPortal/spec/controllers/users_controller_spec.rb b/BrainPortal/spec/controllers/users_controller_spec.rb index f47fd68f9..782860b73 100644 --- a/BrainPortal/spec/controllers/users_controller_spec.rb +++ b/BrainPortal/spec/controllers/users_controller_spec.rb @@ -228,7 +228,7 @@ expect(assigns[:user].password).not_to eq(user.password) end - context "when the account must use Globus identification only only" do + context "when the account must use Globus identification only" do it "should display a message" do allow(mock_user).to receive(:account_locked?).and_return(true)