spec/error_handling_spec.js in kojac-0.11.0 vs spec/error_handling_spec.js in kojac-0.12.0

- old
+ new

@@ -6,10 +6,11 @@ it("handles not found", function() { var App = {}; App.cache = new Kojac.Cache(); App.kojac = new Kojac.Core({ cache: App.cache, + apiVersion: 1, remoteProvider: new Kojac.RemoteProvider({ serverPath: '/sdfhjdfsdfhsjkhjdfskhjdfsjhkdfsdsf', timeout: 2000 }) }); @@ -42,9 +43,10 @@ it("Handles application Error", function(){ var App = {}; App.cache = new Kojac.Cache(); App.kojac = new Kojac.Core({ cache: App.cache, + apiVersion: 1, remoteProvider: new Kojac.RemoteProvider({ //serverPath: '/sdfhjdfsdfhsjkhjdfskhjdfsjhkdfsdsf', timeout: 2000 }) }); \ No newline at end of file