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 9c456e3 commit 64821a8Copy full SHA for 64821a8
lib/rspec_api_documentation/writers/json_iodocs_writer.rb
@@ -32,7 +32,7 @@ def sections
32
end
33
34
def examples
35
- @index.examples.map { |example| JsonExample.new(example, @configuration) }
+ @index.examples.map { |example| JSONExample.new(example, @configuration) }
36
37
38
def as_json(opts = nil)
@@ -48,7 +48,7 @@ def as_json(opts = nil)
48
49
50
51
- class JsonExample
+ class JSONExample
52
def initialize(example, configuration)
53
@example = example
54
0 commit comments