mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
8 lines
167 B
Ruby
8 lines
167 B
Ruby
require 'rails_helper'
|
|
|
|
module DiscourseDonations
|
|
RSpec.describe PaymentsController, type: :controller do
|
|
routes { DiscourseDonations::Engine.routes }
|
|
end
|
|
end
|