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