RSpec.describe RepairsController do
  describe "routing" do

    it "routes to #index" do
      expect(get("/repairs")).to route_to("repairs#index")