Commit 1d510fd8 authored by Rémy Coutable's avatar Rémy Coutable

Remove conflict marker

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent cdb38f81
...@@ -244,8 +244,6 @@ describe User, models: true do ...@@ -244,8 +244,6 @@ describe User, models: true do
expect(users.count).to eq 2 expect(users.count).to eq 2
expect(users.detect { |user| user.username == ldap_user.username }).to be_nil expect(users.detect { |user| user.username == ldap_user.username }).to be_nil
end end
=======
>>>>>>> ce/master
end end
describe "scopes" do describe "scopes" do
......
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