Write a test
This commit is contained in:
parent
fa992e2fa5
commit
0b98f4c8f6
|
@ -139,6 +139,14 @@ describe('filter', function() {
|
|||
plugins);
|
||||
}));
|
||||
|
||||
it('should recognize pastebins', inject(function(plugins) {
|
||||
expectTheseMessagesToContain([
|
||||
'http://pastebin.com/Wn3TetSE',
|
||||
],
|
||||
'Pastebin',
|
||||
plugins);
|
||||
}));
|
||||
|
||||
it('should recognize giphy gifs', inject(function(plugins) {
|
||||
expectTheseMessagesToContain([
|
||||
'https://giphy.com/gifs/eyes-shocked-bird-feqkVgjJpYtjy/',
|
||||
|
|
Loading…
Reference in New Issue