Skip to content

Commit

Permalink
remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed May 2, 2015
1 parent 7bba09d commit 93aa74e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/daemon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ describe('Katon', function() {
}, done)
})

it('Add node > GET http://node.ngrok.io', function(done) {
helper.add('node', 'node index.js')

helper.GET('node.ngrok.io', {
status: 200,
body: 'OK'
}, done)
})

it('Add node > GET http://node.ka', function(done) {
helper.add('node', 'node index.js')

Expand Down

0 comments on commit 93aa74e

Please sign in to comment.