mirror of
				https://github.com/fog/fog-aws.git
				synced 2022-11-09 13:50:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# encoding: utf-8
 | 
						|
 | 
						|
Shindo.tests('AWS Storage | escape', ['aws']) do
 | 
						|
  tests('Keys can contain a hierarchical prefix which should not be escaped') do
 | 
						|
    returns( Fog::Storage::AWS.new.send(:escape, "key/with/prefix") ) { "key/with/prefix" }
 | 
						|
  end
 | 
						|
end
 |