UNPKG
nebulab-dropbox
Version:
latest (1.0.0)
1.0.0
0.10.3
Client library for the Dropbox API
github.com/nebulab-io/dropbox-js
nebulab-io/dropbox-js
nebulab-dropbox
/
test
/
src
/
fast
/
dropbox.coffee
5 lines
(4 loc)
•
185 B
text/coffeescript
View Raw
1
2
3
4
5
describe
'Dropbox', ->
describe
'#constructor', ->
it
'throws an Error pointing people to Dropbox.Client', ->
expect(->
new
Dropbox()).
to
.
throw
Error
, /Dropbox\.Client/