empty specs
This commit is contained in:
parent
683c36e5d1
commit
109d6fc137
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
module DiscoursePatrons
|
||||
RSpec.describe PatronsController, type: :controller do
|
||||
routes { DiscoursePatrons::Engine.routes }
|
||||
end
|
||||
end
|
|
@ -0,0 +1 @@
|
|||
# frozen_string_literal: true
|
Loading…
Reference in New Issue