Commit b1b4db20 authored by Evren Kutar's avatar Evren Kutar

4 spaces like pep8

parent 290c3576
'use strict';
describe('zaerp.login module', function() {
describe('zaerp.login module', function () {
beforeEach(module('zaerp.login'));
describe('login controller', function(){
describe('login controller', function () {
it('should ....', inject(function($controller) {
it('should ....', inject(function ($controller) {
//spec body
var loginCtrl = $controller('LoginCtrl');
expect(loginCtrl).toBeDefined();
......
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