Skip to content

Commit f0f89df

Browse files
authored
Merge pull request NetrunnerDB#388 from plural/RspecApiDocumentation-json
Set API doc format back to JSON.
2 parents 80c8489 + f51e427 commit f0f89df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
require 'rspec_api_documentation/dsl'
9797

9898
RspecApiDocumentation.configure do |config|
99-
config.format = :html
99+
config.format = :json
100100

101101
config.request_headers_to_include = %w[Host Content-Type]
102102
config.response_headers_to_include = ['Content-Type']

0 commit comments

Comments
 (0)