Skip to content

Commit 03dab46

Browse files
committed
Fix the jasmine test running issue by explicitly declaring the jasmine-fixture dependency.
1 parent dd06588 commit 03dab46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ module.exports = function(grunt) {
7070
specs: 'test/*_spec.js',
7171
vendor: [
7272
'http://code.jquery.com/jquery-1.10.1.min.js',
73-
'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js'
73+
'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js',
74+
'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js'
7475
]
7576
}
7677
},

0 commit comments

Comments
 (0)