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)