home_routing_spec.rb revision 36613fea710f31de79fa3c8c0a7c2bb8a2e8b02d
require 'spec_helper'
describe HomeController do
it { should route(:get, '/' ).to(action: :index) }
end