# frozen_string_literal: true module RSpec module Support module Version STRING = '3.13.0' end end end