Browse Source

matching wording

pull/619/head
JG 3 years ago committed by baarkerlounger
parent
commit
5596d1a3ff
  1. 2
      spec/models/user_spec.rb

2
spec/models/user_spec.rb

@ -146,7 +146,7 @@ RSpec.describe User, type: :model do
allow(Rails.env).to receive(:development?).and_return(true)
end
it "doesn't require 2FA" do
it "does not require 2FA" do
expect(user.need_two_factor_authentication?(nil)).to be false
end
end

Loading…
Cancel
Save