Commit 105dfc5c authored by sfang97's avatar sfang97

Remove extra space

parent b83c2a2d
...@@ -4347,7 +4347,7 @@ RSpec.describe User do ...@@ -4347,7 +4347,7 @@ RSpec.describe User do
expect(subject).to be_truthy expect(subject).to be_truthy
end end
it "is accepted by the user" do it "is accepted by the user" do
accept_terms(user) accept_terms(user)
expect(subject).to be_falsey expect(subject).to be_falsey
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment