client/app/login/login_controller_test.js
author rougeronj
Mon, 23 Mar 2015 12:22:44 +0100
changeset 24 21ecbde9e080
parent 13 08f34bbc70ee
permissions -rw-r--r--
add books controller to handle list of books

'use strict';

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