tutorials_routing_spec.rb 246 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 require "rails_helper" describe TutorialsController, :type => :routing do describe "routing" do it { is_expected.to route(:get, '/tutorials/project'). to(controller: :tutorials, action: :view, name: "project") } end end