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.
2 parents fc37deb + a753fae commit 57c33f8Copy full SHA for 57c33f8
lib/rspec/openapi/schema_file.rb
@@ -4,6 +4,9 @@
4
require 'yaml'
5
require 'json'
6
7
+# For Ruby 2.7
8
+require 'date'
9
+
10
# TODO: Support JSON
11
class RSpec::OpenAPI::SchemaFile
12
# @param [String] path
0 commit comments