module Rswag3::Specs

Constants

RAILS_VERSION

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

RSPEC_VERSION

Public Class Methods

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