Report abuse

it "should save an instance of Feed with POST on create" do
  post :create
  response.should redirect_to(feeds_url)
end