Skip to content

Commit

Permalink
Use regex match
Browse files Browse the repository at this point in the history
  • Loading branch information
vzajkov committed Nov 4, 2021
1 parent d244b41 commit c774e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_custom_logger_from_DSL
conf.options[:logger].write('test')
end

assert_equal 'Custom logging: test', out
assert_match /Custom logging: test/, out
end

def test_ssl_bind
Expand Down

0 comments on commit c774e77

Please sign in to comment.