dimenticato un paio di var d'ambiente nell'env dei test
This commit is contained in:
parent
e0783e3a24
commit
44009bf9d9
@ -18,6 +18,8 @@ describe 'shell autostart', ->
|
|||||||
l.join().should.equal 'asjon avviato e operativo!'
|
l.join().should.equal 'asjon avviato e operativo!'
|
||||||
done()
|
done()
|
||||||
process.env.AUTO_INFORM_ON_START = ':mocha'
|
process.env.AUTO_INFORM_ON_START = ':mocha'
|
||||||
|
process.env.AUTO_RUN_TESTS = ''
|
||||||
|
process.env.ADMIN_ROOM = ':mocha'
|
||||||
require('../scripts/shell.coffee')(asjon.robot)
|
require('../scripts/shell.coffee')(asjon.robot)
|
||||||
|
|
||||||
it 'dovrebbe eseguire i test all\'avvio se richiesto', (done) ->
|
it 'dovrebbe eseguire i test all\'avvio se richiesto', (done) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user