UNPKG
backbone-http
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.2
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.0.0
An HTTP interface for BackboneORM
backbone-http
/
test
/
unit
/
backbone_rest.coffee
7 lines
(5 loc)
•
213 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
module
.exports = (options, callback) -> test_parameters =
sync:
require
(
'../../lib/sync'
)
before:
require
(
'../lib/build_mocks'
)
require
(
'backbone-rest/test/generators/all'
)(test_parameters, callback)