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