Skip to content
Snippets Groups Projects
Commit 9a9cc8d8 authored by Jonne Haß's avatar Jonne Haß
Browse files

remove spec for aspect_memberships#update too (move_contact)

parent 26aff017
No related branches found
No related tags found
No related merge requests found
......@@ -124,15 +124,4 @@ describe AspectMembershipsController do
end
end
end
describe "#update" do
it 'calls the move_contact method' do
@controller.stub!(:current_user).and_return(alice)
alice.should_receive(:move_contact)
put :update, :id => 123,
:person_id => alice.person.id,
:aspect_id => @aspect0.id,
:to => @aspect1.id
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment