mirror of
				https://github.com/fog/fog.git
				synced 2022-11-09 13:51:43 -05:00 
			
		
		
		
	Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
This commit is contained in:
		
							parent
							
								
									330a351ade
								
							
						
					
					
						commit
						ef9a9697ab
					
				
					 213 changed files with 836 additions and 836 deletions
				
			
		| 
						 | 
				
			
			@ -1,14 +1,14 @@
 | 
			
		|||
Shindo.tests("Fog::DNS[:dreamhost] | Zones Collection", ['dreamhost', 'dns']) do
 | 
			
		||||
 | 
			
		||||
  service = Fog::DNS[:dreamhost]
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  tests('#all') do
 | 
			
		||||
    zones = service.zones
 | 
			
		||||
 | 
			
		||||
    test('should be an array') { zones.is_a? Array }
 | 
			
		||||
 | 
			
		||||
    test('should not be empty') { !zones.empty? }
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    tests('should list Fog::DNS::Dreamhost::Zone') do
 | 
			
		||||
      zones.each do |r|
 | 
			
		||||
        test("as zone") { r.is_a?(Fog::DNS::Dreamhost::Zone) }
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +18,7 @@ Shindo.tests("Fog::DNS[:dreamhost] | Zones Collection", ['dreamhost', 'dns']) do
 | 
			
		|||
 | 
			
		||||
  tests('#get') do
 | 
			
		||||
    tests('should fetch a zone') do
 | 
			
		||||
      zone = service.zones.get test_domain 
 | 
			
		||||
      zone = service.zones.get test_domain
 | 
			
		||||
      test('should be a Fog::DNS::Dreamhost::Zone') do
 | 
			
		||||
        zone.is_a? Fog::DNS::Dreamhost::Zone
 | 
			
		||||
      end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue