empty specs

This commit is contained in:
Rimian Perkins 2019-09-11 17:57:29 +10:00
parent 683c36e5d1
commit 109d6fc137
2 changed files with 10 additions and 0 deletions

View File

@ -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

1
spec/plugin_helper.rb Normal file
View File

@ -0,0 +1 @@
# frozen_string_literal: true