Add spec for #31.

This commit is contained in:
Cheng Zhao 2013-08-16 10:30:42 +08:00
parent fc3bad0d4f
commit 437d8fdb24

6
spec/web/webrtc.coffee Normal file
View file

@ -0,0 +1,6 @@
describe 'webrtc', ->
describe 'navigator.webkitGetUserMedia', ->
it 'should call its callbacks', (done) ->
navigator.webkitGetUserMedia audio: true, video: true,
-> done()
-> done()