DEBSOURCES
Skip Quicknav
sources / ruby-rspec / 3.4.0c3e0m1s1-1~bpo8%2B1 / rspec-core / spec / support / fake_libs / rspec / mocks.rb
12345678
module RSpec module Mocks module ExampleMethods end def self.configuration; RSpec::Core::NullReporter; end end end