Commit 77adc81f authored by James Lopez's avatar James Lopez

Fix spec failure

parent 82599467
......@@ -21,10 +21,6 @@ describe GroupSamlIdentityFinder do
expect(described_class.find_by_group_and_uid(group: group, uid: identity.extern_uid)).to eq(nil)
end
it "returns nil when group is nil" do
expect(described_class.find_by_group_and_uid(group: nil, uid: identity.extern_uid)).to eq(nil)
end
end
describe "#find_linked" 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