chore(Rakefile): get ready for modules

This commit is contained in:
Misko Hevery
2012-03-26 21:18:01 -07:00
parent 2430f52bb9
commit 8218c4b60b
12 changed files with 173 additions and 122 deletions

View File

@@ -1,6 +1,7 @@
'use strict';
describe('ngMock', function() {
var noop = angular.noop;
describe('$browser', function() {
@@ -8,7 +9,7 @@ describe('ngMock', function() {
it('should store url, done', inject(function($browser) {
var url = 'some.js',
done = noop;
done = angular.noop;
$browser.addJs(url, done);