module Stubber def self.stub_providers! Dir["tests/stubs/providers/*.rb"].each {|file| require file } end end