Permalink
Browse files

Wily is no more lucid!

  • Loading branch information...
1 parent 269c213 commit bc0d3e8b54dc64c42feb2c38f086e43bcabb4e0c @CrazyLemon CrazyLemon committed Jun 9, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/apt.coffee
View
@@ -11,7 +11,7 @@ describe 'apt.coffee', ->
it 'test .apt libssl-dev', (done)->
bot.test ".apt libssl-dev", (msg)->
expect(msg).to.be.a('string')
- msg.should.equal 'libssl-dev {lucid (10.04LTS), precise (12.04LTS), trusty (14.04LTS), utopic, vivid}'
+ msg.should.equal 'libssl-dev {precise (12.04LTS), trusty (14.04LTS), utopic, vivid, wily}'
done()
it 'test .aptf evp.h', (done)->

0 comments on commit bc0d3e8

Please sign in to comment.