# frozen_string_literal: true module RSpec module Core class Configuration include RSpec::Mock::Configuration end end end