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.0.0' 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.0.0' end end end