spec/controllers/naf/affinities_controller_spec.rb in naf-1.1.4 vs spec/controllers/naf/affinities_controller_spec.rb in naf-2.0.0

- old
+ new

@@ -3,10 +3,9 @@ module Naf describe AffinitiesController do it "should respond with the affinity index" do - Affinity.should_receive(:all).and_return([]) get :index response.should be_success end it "should respond with the affinity show" do