RSpec.describe EventsController do
  describe "routing" do

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