spec/controllers/curate/collections_controller_spec.rb in curate-0.5.6 vs spec/controllers/curate/collections_controller_spec.rb in curate-0.6.0

- old
+ new

@@ -102,10 +102,9 @@ describe "#add_member_form" do it "displays the form for adding an item to a collection" do get :add_member_form, collectible_id: work.pid assigns(:collectible).should == work assigns(:collection_options).should == [collection] - assigns(:profile_collection_options).should == [] expect(response).to render_template('add_member_form') end end describe "#add_member_form without read rights" do