client/app/auth/auth_controller_test.js
author rougeronj
Thu, 11 Jun 2015 16:19:36 +0200
changeset 172 ffdfe491869c
parent 60 7d624c1013a3
permissions -rw-r--r--
uncomment jshint and fix minor bug rename myCustomer to imgType (customer to check if image is portrait or landscape)

'use strict';

describe("auth_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})