Fix the build take 2.

This commit is contained in:
Guo Xiang Tan 2019-05-13 11:21:56 +08:00
parent 8c4caac2e4
commit c00dab89e4
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ task "smoke:test" do
raise "TRIVIAL GET FAILED WITH #{response.code}"
end
results = ""
results = +""
IO.popen("node #{Rails.root}/test/smoke_test.js #{url}").each do |line|
puts line

View File

@ -10,7 +10,7 @@ module DiscourseNarrativeBot
return I18n.t('discourse_narrative_bot.dice.invalid')
end
output = ''
output = +''
if num_of_dice > MAXIMUM_NUM_OF_DICE
output << I18n.t('discourse_narrative_bot.dice.not_enough_dice',