Skip to content

Commit

Permalink
Remove .imdb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyLemon committed May 25, 2017
1 parent dbc69e5 commit 619ac52
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions test/servisi.coffee
Expand Up @@ -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')
Expand All @@ -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')
Expand Down

0 comments on commit 619ac52

Please sign in to comment.