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