Fix wording: hyper-schema is now OpenAPI spec

This commit is contained in:
Brandur 2017-02-02 14:00:46 -08:00
parent 03af6d0ac8
commit b0b219844c

View File

@ -6,8 +6,8 @@ module APIStubHelpers
protected
# Uses Webmock to stub out the Stripe API for testing purposes. The stub will
# by default respond on any routes that are defined in the bundled
# hyper-schema with generated response data.
# by default respond on any routes that are defined in the bundled OpenAPI
# spec with generated response data.
#
# An `override_app` can be specified to get finer grain control over how a
# stubbed endpoint responds. It can be used to modify generated responses,
@ -231,7 +231,7 @@ module APIStubHelpers
}
end
# Parse and initialize the hyper-schema only once for the entire test suite.
# Parse and initialize the OpenAPI spec only once for the entire test suite.
@@spec = initialize_spec
# The default override app. Doesn't respond on any route so generated