diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-02 18:29:01 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-02 18:29:01 +0100 |
commit | 166034e674396af49f1977ef5853b4f3d3b6e202 (patch) | |
tree | 4a4df2c7e76dbce24e1c825ebfbff14e56fc1a0c /spec/fln_bot_rules_spec.rb | |
parent | 6b60dab5bf2c3b195b70596727e4023693b85cb7 (diff) | |
download | colonial-twilight-166034e674396af49f1977ef5853b4f3d3b6e202.zip colonial-twilight-166034e674396af49f1977ef5853b4f3d3b6e202.tar.gz |
FLNBotRules : dbg -> remove useless YES
Diffstat (limited to 'spec/fln_bot_rules_spec.rb')
-rw-r--r-- | spec/fln_bot_rules_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fln_bot_rules_spec.rb b/spec/fln_bot_rules_spec.rb index 0004d7a..78148c8 100644 --- a/spec/fln_bot_rules_spec.rb +++ b/spec/fln_bot_rules_spec.rb @@ -47,7 +47,7 @@ describe ColonialTwilight::FLNBotRules do describe 'Debug' do it 'level 1' do @rules.debug = 1 - expect { @rules.dbg('msg', true) }.to output(" msg : YES\n").to_stdout + expect { @rules.dbg('msg', true) }.to output(" msg\n").to_stdout end it 'level 2' do |