home_routing_spec.rb 171 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 require "spec_helper" describe HomeController do describe "routing" do it 'should route to #index' do get('/').should route_to('home#index') end end end