 c9f3d014d6
			
		
	
	c9f3d014d6
	
	
	
		
			
			The tests now cover 100% of all source files with the exception of the call.js and common.js source files.
		
			
				
	
	
		
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| require('../test_utils.js')()
 | |
| 
 | |
| describe("Rotate Commands", function() {
 | |
|     before(startMaxScale)
 | |
| 
 | |
|     it('rotate logs', function() {
 | |
|         return doCommand('rotate logs')
 | |
|             .should.be.fulfilled
 | |
|     });
 | |
| 
 | |
|     after(stopMaxScale)
 | |
| });
 |