We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635a85c commit 42d2bc6Copy full SHA for 42d2bc6
lib/rspec_api_documentation/writers/combined_json_writer.rb
@@ -7,7 +7,7 @@ def write
7
File.open(configuration.docs_dir.join("combined.json"), "w+") do |f|
8
examples = []
9
index.examples.each do |rspec_example|
10
- examples << Formatter.to_json(JsonExample.new(rspec_example, configuration))
+ examples << Formatter.to_json(JSONExample.new(rspec_example, configuration))
11
end
12
13
f.write "["
0 commit comments