module OpenApi::Rswag::Specs

Constants

RAILS_VERSION

Support Rails 3+ and RSpec 2+ (sigh!)

RSPEC_VERSION

Public Class Methods

config() click to toggle source
# File lib/open_api/rswag/specs.rb, line 20
def self.config
  @config ||= Configuration.new(RSpec.configuration)
end