10 lines
193 B
Ruby
10 lines
193 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'rails_helper'
|
||
|
|
||
|
module DiscoursePatrons
|
||
|
RSpec.describe PatronsController, type: :controller do
|
||
|
routes { DiscoursePatrons::Engine.routes }
|
||
|
end
|
||
|
end
|