From a7247dfbe61c19f80cfb87bb28cb72012672b229 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Tue, 31 Jul 2018 12:09:05 +0900 Subject: [PATCH] Strip heredoc Signed-off-by: Kenji Okimoto --- test/support/config_histories.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/config_histories.rb b/test/support/config_histories.rb index cda6d9b..7b69956 100644 --- a/test/support/config_histories.rb +++ b/test/support/config_histories.rb @@ -17,7 +17,7 @@ module ConfigHistories port 24224 CONFIG - new_config = <<-CONFIG + new_config = <<-CONFIG.strip_heredoc @type http port 8899