spec/kojac_mock_spec.js in kojac-0.11.0 vs spec/kojac_mock_spec.js in kojac-0.12.0
- old
+ new
@@ -19,9 +19,10 @@
[/^order_item(__|$)/,OrderItem],
[/^product(__|$)/,Product]
]);
App.kojac = new Kojac.Core({
cache: App.cache,
+ apiVersion: 1,
remoteProvider: new Kojac.RemoteProvider({useMockFileValues: true, mockFilePath: 'mockjson/'}),
objectFactory: factory
});
});