mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-14 23:44:56 +00:00
8 lines
165 B
Ruby
8 lines
165 B
Ruby
require 'rails_helper'
|
|
|
|
module DiscoursePayments
|
|
RSpec.describe PaymentsController, type: :controller do
|
|
routes { DiscoursePayments::Engine.routes }
|
|
end
|
|
end
|