lib/rspec/mocks/version.rb
module RSpec module Mocks # Version information for RSpec mocks. module Version # Version of RSpec mocks currently in use in SemVer format. STRING = '3.12.2' end end end
module RSpec module Mocks # Version information for RSpec mocks. module Version # Version of RSpec mocks currently in use in SemVer format. STRING = '3.12.2' end end end