home_routing_spec.rb 203 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 require "rails_helper" describe HomeController, :type => :routing do describe "routing" do it { is_expected.to route(:get, '/'). to(controller: :home, action: :index) } end end