We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e76a0f commit 2a9b009Copy full SHA for 2a9b009
test/spec/controllers/about.js
@@ -3,7 +3,7 @@
3
describe('Controller: AboutCtrl', function () {
4
5
// load the controller's module
6
- beforeEach(module('yoAngularChromeApp'));
+ beforeEach(module('yoAngularCordovaApp'));
7
8
var AboutCtrl,
9
scope;
@@ -16,7 +16,4 @@ describe('Controller: AboutCtrl', function () {
16
});
17
}));
18
19
- it('should attach a list of awesomeThings to the scope', function () {
20
- expect(scope.awesomeThings.length).toBe(3);
21
- });
22
test/spec/controllers/main.js
describe('Controller: MainCtrl', function () {
var MainCtrl,
0 commit comments