defb6c9882
This spec is used to crash atom-shell, we don't care if http request succeeds.
4 lines
146 B
CoffeeScript
4 lines
146 B
CoffeeScript
describe 'http', ->
|
|
describe 'sending request of http protocol urls', ->
|
|
it 'should not crash', ->
|
|
$.get 'https://api.github.com/zen'
|