lib/rspec/core/version.rb
module RSpec module Core # Version information for RSpec Core. module Version # Current version of RSpec Core, in semantic versioning format. STRING = '3.1.6' end end end
module RSpec module Core # Version information for RSpec Core. module Version # Current version of RSpec Core, in semantic versioning format. STRING = '3.1.6' end end end