UNPKG
oomph
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-a
0.2.1
Object Oriented javascript models for the client and the server
github.com/Kenspeckled/oomph
oomph
/
spec
/
modules
/
ajaxObjectClassDataStoreSpec.coffee
6 lines
(4 loc)
•
224 B
text/coffeescript
View Raw
1
2
3
4
5
6
ajaxObjectClassDataStore =
require
'../../src/privateModules/ajaxObjectClassDataStore'
describe
'ajaxObjectClassDataStore'
, -> it
'should be an Object'
, ->
expect
(ajaxObjectClassDataStore).
toEqual
jasmine.
any
(
Object
)