lib/rspec/core/version.rb



module RSpec # :nodoc:
  module Core # :nodoc:
    module Version # :nodoc:
      STRING = '2.5.0'
    end
  end
end