remove spec for aspect_memberships#update too (move_contact)
This commit is contained in:
parent
26aff017df
commit
9a9cc8d826
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue