client/app/app_controller_test.js
author rougeronj
Tue, 09 Jun 2015 19:05:05 +0200
changeset 143 ea633c8f9bfa
parent 0 cef349423167
permissions -rw-r--r--
add exposition table and update the views to include the new foreign key to the exposition table

'use strict';

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