describe District::StudentsController do
  describe "route generation" do
    it "should map #index" do
      route_for(:controller => "district/students", :action => "index").should == "/district/students"
    end