Skip to content

Commit

Permalink
Junk.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 18, 2012
1 parent 701f473 commit 1caf372
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/raven.parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ describe('raven.parsers', function(){
parsed['sentry.interfaces.Query'].query.should.equal('SELECT * FROM `something`');
parsed['sentry.interfaces.Query'].engine.should.equal('mysql');
});

it('should parse some text with kwargs', function(){
var parsed = raven.parsers.parseText('Howdy', {'foo': 'bar'});
parsed['message'].should.equal('Howdy');
parsed.should.have.property('sentry.interfaces.Message');
parsed['sentry.interfaces.Message'].message.should.equal('Howdy');
parsed['foo'].should.equal('bar');
});
});

describe('#parseError()', function(){
Expand Down

0 comments on commit 1caf372

Please sign in to comment.