Permalink
Browse files

Remove .imdb tests

  • Loading branch information...
1 parent dbc69e5 commit 619ac52f5cadb5f1914619d3819a7ef8afdae8d2 @CrazyLemon CrazyLemon committed May 25, 2017
Showing with 0 additions and 30 deletions.
  1. +0 −30 test/servisi.coffee
View
@@ -7,13 +7,6 @@ fat = require '../lib/fat_tests'
describe 'servisi.coffee', ->
this.timeout 16000
bot = require("../scripts/servisi")(new fat.BotTest())
-
- it 'test .imdb helion', (done)->
- bot.test ".imdb helion", (msg)->
- expect(msg).to.be.a('string')
- expect(msg).to.equal "Ne najdem!"
- done()
-
it 'test .stran ubuntu.si', (done)->
bot.test ".stran ubuntu.si", (msg)->
expect(msg).to.be.a('string')
@@ -30,29 +23,6 @@ describe 'servisi.coffee', ->
expect(bot.help.length).to.be.at.least 2
done()
- it 'test .imdb American Pie', (done)->
- bot.test ".imdb American pie", (msg)->
- expect(msg).to.be.a('string')
- expect(msg.length).to.be.at.least 100
- done()
-
- it 'test .imdb Iron Sky', (done)->
- bot.test ".imdb Iron Sky", (msg)->
- expect(msg).to.be.a('string')
- expect(msg.length).to.be.at.least 100
- done()
-
- it 'test .imdb mozje x', (done)->
- bot.test ".imdb mozje x", (msg)->
- expect(msg).to.be.a('string')
- done()
-
- it 'test .imdb The Hobbit: The Desolation of Smaug', (done)->
- bot.test ".imdb The Hobbit: The Desolation of Smaug", (msg)->
- expect(msg).to.be.a('string')
- expect(msg).to.not.equal "Ne najdem!"
- done()
-
it 'test .rt', (done)->
bot.test ".rt", (msg)->
expect(msg).to.be.a('string')

0 comments on commit 619ac52

Please sign in to comment.