Commit a2921246 authored by Yorick Peterse's avatar Yorick Peterse

Updated EE spec for soft removals

parent a3264c74
...@@ -11,7 +11,7 @@ describe Groups::DestroyService do ...@@ -11,7 +11,7 @@ describe Groups::DestroyService do
let(:operation) { subject.execute } let(:operation) { subject.execute }
let(:fail_condition!) do let(:fail_condition!) do
expect_any_instance_of(Group) expect_any_instance_of(Group)
.to receive(:really_destroy!).and_return(group) .to receive(:destroy).and_return(group)
end end
let(:attributes) do let(:attributes) 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