We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd06588 commit 03dab46Copy full SHA for 03dab46
Gruntfile.js
@@ -70,7 +70,8 @@ module.exports = function(grunt) {
70
specs: 'test/*_spec.js',
71
vendor: [
72
'http://code.jquery.com/jquery-1.10.1.min.js',
73
- 'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js'
+ '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'
75
]
76
}
77
},
0 commit comments