RSpec.describe ChannelsController do
  describe "routing" do

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