ericz 12 年 前
コミット
8763d5f03e
1 ファイル変更0 行追加3 行削除
  1. 0 3
      test/adapter.js

+ 0 - 3
test/adapter.js

@@ -12,8 +12,5 @@ describe('adapter', function() {
     expect(RTCSessionDescription).to.be.a('function');
   });
 
-  it('sets getUserMedia', function() {
-    expect(getUserMedia).to.be.a('function');
-  });
 
 });