/// <reference path="../../../myapplication.web/scripts/jquery-1.10.2.min.js" />
/// <reference path="../../../myapplication.web/app/app.js" />
/// <reference path="../../../myapplication.web/app/home/homecontroller.js" />
describe('home page', function() {
it('should return tile as Home', function() {
expect('home').toBe('home');
});