Starting to add Basic Mode.

This commit is contained in:
Gunther Brunner
2014-05-15 17:00:57 +09:00
parent 7e45141a4e
commit 1bab43fed3
9 changed files with 31 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
describe('BrowserInfo', function() {
beforeEach(module('stf.browser-info'));
it('should ...', inject(function(GuestDeviceService) {
//expect(GuestDeviceService.doSomething()).toEqual('something');
}));
})