describe CustomFlagsController do
  describe "route generation" do
    it "should map #index" do
      route_for(:controller => "custom_flags", :action => "index").should == "/custom_flags"
    end