it "should fail when saving feed" do
@feed.should_receive(:save).and_return(false)
post :create
end