lib/rspec/core/version.rb



module Rspec # :nodoc:
  module Core # :nodoc:
    module Version # :nodoc:
      STRING = File.read(File.expand_path('../../../../VERSION', __FILE__))
    end
  end
end