lib/rspec/core/version.rb



module RSpec
  module Core
    module Version
      STRING = '2.8.0.rc2'
    end
  end
end