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