Module: RSpec::ActiveSupport

Defined in:
lib/rspec/active_support.rb,
lib/rspec/active_support/version.rb,
lib/rspec/active_support/matchers.rb,
lib/rspec/active_support/configuration.rb,
lib/rspec/active_support/matchers/warn_deprecation.rb

Defined Under Namespace

Modules: Configuration, Matchers, VERSION

Class Method Summary collapse

Class Method Details

.gem_versionObject



9
10
11
# File 'lib/rspec/active_support/version.rb', line 9

def self.gem_version
  Gem::Version.new(VERSION::STRING)
end

.versionObject



5
6
7
# File 'lib/rspec/active_support/version.rb', line 5

def self.version
  VERSION::STRING
end