Skip to content

Commit

Permalink
Update jamsmine deps
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Apr 29, 2014
1 parent 34ce5e8 commit 2ba7f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"underscore": ">=1.4.0 <=1.6.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jasmine": "~0.3.1",
"grunt": "~0.4.4",
"grunt-contrib-jasmine": "~0.6.4",
"grunt-contrib-jshint": "~0.1.1",
"grunt-plato": "~0.1.4",
"grunt-preprocess": "~4.0.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-concat": "~0.1.2",
"grunt-template-jasmine-istanbul": "~0.1.1",
"grunt-template-jasmine-istanbul": "~0.3.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-connect": "~0.1.2",
"grunt-template": "^0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion spec/javascripts/helpers/jasmineMatchers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beforeEach(function() {
this.addMatchers({
jasmine.addMatchers({
toHaveOwnProperty: function(expectedProperty) {
var obj = this.actual;
return obj.hasOwnProperty(expectedProperty);
Expand Down

0 comments on commit 2ba7f73

Please sign in to comment.