remove redundant spec

This commit is contained in:
Rimian Perkins 2019-08-26 18:42:06 +10:00
parent 1162aa2070
commit 0fb2026123

View File

@ -1,7 +0,0 @@
require 'rails_helper'
module DiscourseDonations
RSpec.describe PaymentsController, type: :controller do
routes { DiscourseDonations::Engine.routes }
end
end