lib/rspec/legacy_formatters/version.rb



module RSpec
  module LegacyFormatters
    # Version information for RSpec LegacyFormatters.
    module Version
      # Current version of RSpec LegacyFormatters, in semantic versioning format.
      STRING = '1.0.2'
    end
  end
end