From 102aebf0651fd9d94f40b200d093962e2ae0f6c5 Mon Sep 17 00:00:00 2001 From: Eugene Zolotarev Date: Wed, 8 Apr 2020 18:53:07 +0300 Subject: [PATCH] Update append_json_writer.rb Closes #355 --- lib/rspec_api_documentation/writers/append_json_writer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspec_api_documentation/writers/append_json_writer.rb b/lib/rspec_api_documentation/writers/append_json_writer.rb index 5eae1f7b..8cdeaea9 100644 --- a/lib/rspec_api_documentation/writers/append_json_writer.rb +++ b/lib/rspec_api_documentation/writers/append_json_writer.rb @@ -19,7 +19,7 @@ def self.clear_docs(docs_dir) end end - class AppendJsonIndex < JsonIndex + class AppendJsonIndex < JSONIndex def initialize(index, configuration, existing_index_hash = nil) @index = index @configuration = configuration