Fix overly specific test
This commit is contained in:
parent
d6ffcdf2e3
commit
b96bebc660
@ -46,13 +46,13 @@ describe 'modulo memoria', ->
|
|||||||
|
|
||||||
it 'permette di visualizzare una data', (done) ->
|
it 'permette di visualizzare una data', (done) ->
|
||||||
asjon.receive (e,l) ->
|
asjon.receive (e,l) ->
|
||||||
l.join().should.match /^l'8 dicembre è Martedì 8º dicembre 2015 ovvero/i
|
l.join().should.match /^l'8 dicembre è .+ 8º dicembre \d+ ovvero/i
|
||||||
done()
|
done()
|
||||||
asjon.send "asjon quand'è l'8 dicembre"
|
asjon.send "asjon quand'è l'8 dicembre"
|
||||||
|
|
||||||
it 'visualizza un argomento data solo se opportuno', (done) ->
|
it 'visualizza un argomento data solo se opportuno', (done) ->
|
||||||
asjon.receive (e,l) ->
|
asjon.receive (e,l) ->
|
||||||
l.join().should.not.match /^l'8 dicembre è Martedì 8º dicembre 2015 ovvero/i
|
l.join().should.not.match /^l'8 dicembre è .+ 8º dicembre \d+ ovvero/i
|
||||||
done()
|
done()
|
||||||
asjon.send "asjon chi è l'8 dicembre"
|
asjon.send "asjon chi è l'8 dicembre"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user