This commit is contained in:
Rimian Perkins 2019-09-11 19:27:24 +10:00
parent 70138c5269
commit c70f570479
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true.
# name: Discourse Patrons
# about: Integrates Stripe into Discourse to allow visitors to make payments
# version: 1.0.0

View File

@ -15,7 +15,7 @@ module DiscoursePatrons
describe 'create' do
it 'responds ok' do
post :create, params: { }, format: :json
post :create, params: {}, format: :json
expect(response).to have_http_status(200)
end
end