Skip to content

Commit

Permalink
cleanup and start format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed May 31, 2015
1 parent 31a2490 commit 7709e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -32,7 +32,7 @@ var error = require('debug')('x-ray:error');
* Crawler methods
*/

var methods = [ 'concurrency', 'throttle', 'timeout', 'driver', 'limit', 'delay'];
var methods = [ 'concurrency', 'throttle', 'timeout', 'driver', 'delay' ];

/**
* Export
Expand Down
6 changes: 6 additions & 0 deletions test/index.js
Expand Up @@ -247,6 +247,12 @@ describe('Xray()', function() {

});

describe('.format()', function() {
it('should support adding formatters', function() {
// TODO
})
})

describe('.write()', function() {
it('write should work with streams', function(done) {
var html = '<ul class="tags"><li>a</li><li>b</li><li>c</li></ul><ul class="tags"><li>d</li><li>e</li></ul>';
Expand Down

0 comments on commit 7709e08

Please sign in to comment.