Rubocop
This commit is contained in:
parent
70138c5269
commit
c70f570479
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue