# frozen_string_literal: true require 'rails_helper' module DiscoursePatrons RSpec.describe PatronsController, type: :controller do routes { DiscoursePatrons::Engine.routes } end end