discourse-subscriptions/spec/controllers/discourse_patrons/patrons_controller_spec.rb

10 lines
193 B
Ruby
Raw Normal View History

2019-09-11 03:57:29 -04:00
# frozen_string_literal: true
require 'rails_helper'
module DiscoursePatrons
RSpec.describe PatronsController, type: :controller do
routes { DiscoursePatrons::Engine.routes }
end
end