main
 1require "spec_helper"
 2
 3describe NeighbourhoodsController do
 4  describe "routing" do
 5
 6    it "routes to #index" do
 7      get("/neighbourhoods").should route_to("neighbourhoods#index")
 8    end
 9  end
10end