Report abuse


			
require File.dirname(__FILE__) + '/../spec_helper'

describe FeedsController, " called with uri /feeds/new" do
  it "should be an instance of FeedsController" do
    controller.should be_an_instance_of(FeedsController)
  end
end