Report abuse


			
it "should save the feed" do
  @feed.should_receive(:save)
  post :create
end