Commit 01aa0cdb authored by Evren Kutar's avatar Evren Kutar

4 spaces like pep8

parent 82bfdd83
'use strict'; 'use strict';
describe('zaerp.login module', function() { describe('zaerp.login module', function () {
beforeEach(module('zaerp.login')); beforeEach(module('zaerp.login'));
describe('login controller', function(){ describe('login controller', function () {
it('should ....', inject(function($controller) { it('should ....', inject(function ($controller) {
//spec body //spec body
var loginCtrl = $controller('LoginCtrl'); var loginCtrl = $controller('LoginCtrl');
expect(loginCtrl).toBeDefined(); expect(loginCtrl).toBeDefined();
})); }));
}); });
}); });
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment