RSpec.describe NotificationsController, type: :routing do
  describe "routing" do

    it "routes to #index" do
      expect(:get => "/notifications").to route_to("notifications#index")