Add spec for #31.
This commit is contained in:
parent
fc3bad0d4f
commit
437d8fdb24
1 changed files with 6 additions and 0 deletions
6
spec/web/webrtc.coffee
Normal file
6
spec/web/webrtc.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
describe 'webrtc', ->
|
||||
describe 'navigator.webkitGetUserMedia', ->
|
||||
it 'should call its callbacks', (done) ->
|
||||
navigator.webkitGetUserMedia audio: true, video: true,
|
||||
-> done()
|
||||
-> done()
|
Loading…
Reference in a new issue