This commit is contained in:
Cheng Zhao 2013-08-29 21:06:22 +08:00
parent c2fd43c3e8
commit abd3e86fb1

View file

@ -72,7 +72,7 @@ describe 'protocol API', ->
protocol.unregisterProtocol 'atom-file-job' protocol.unregisterProtocol 'atom-file-job'
describe 'protocol.isHandledProtocol', -> describe 'protocol.isHandledProtocol', ->
it 'returns true if the scheme can be handled', (done) -> it 'returns true if the scheme can be handled', ->
assert.equal protocol.isHandledProtocol('file'), true assert.equal protocol.isHandledProtocol('file'), true
assert.equal protocol.isHandledProtocol('http'), true assert.equal protocol.isHandledProtocol('http'), true
assert.equal protocol.isHandledProtocol('https'), true assert.equal protocol.isHandledProtocol('https'), true