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)
 | 
						|
});
 |