Skip to content

Commit

Permalink
Enhance message
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorpalmatellez committed Oct 22, 2015
1 parent 5f2c46a commit 4ea5adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = (robot) ->
if data.status is "badsintax"
res.reply "Email mal ingresado"
else if data.status is "notfound"
res.send ":tada: Felicidades no hay registros para #{email} :tada:"
res.send ":tada: ¡Felicidades! No hay registros para #{email} :tada:"
else if data.status is "found"
text = ""
if data.results is 1
Expand Down
2 changes: 1 addition & 1 deletion test/hesidohackeado_test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe "hesidohackeado", ->
it "se espera que no obtenga registros", ->
expect(room.messages).to.eql([
["pepito", "hubot hesidohackeado #{email}"],
["hubot", ":tada: Felicidades no hay registros para #{email} :tada:"]
["hubot", ":tada: ¡Felicidades! No hay registros para #{email} :tada:"]
])

context "email invalido", ->
Expand Down

0 comments on commit 4ea5adf

Please sign in to comment.