electron/spec/web/http.coffee
Cheng Zhao defb6c9882 Don't wait for request in http spec.
This spec is used to crash atom-shell, we don't care if http request
succeeds.
2013-10-04 23:39:34 +08:00

4 lines
146 B
CoffeeScript

describe 'http', ->
describe 'sending request of http protocol urls', ->
it 'should not crash', ->
$.get 'https://api.github.com/zen'