Skip to content

Commit 42d2bc6

Browse files
authored
Change classname reference for JSONExample
1 parent 635a85c commit 42d2bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec_api_documentation/writers/combined_json_writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def write
77
File.open(configuration.docs_dir.join("combined.json"), "w+") do |f|
88
examples = []
99
index.examples.each do |rspec_example|
10-
examples << Formatter.to_json(JsonExample.new(rspec_example, configuration))
10+
examples << Formatter.to_json(JSONExample.new(rspec_example, configuration))
1111
end
1212

1313
f.write "["

0 commit comments

Comments
 (0)