From c9f9973bab71a08baa3c45f170337ff7c525da25 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Thu, 29 May 2025 15:39:41 +0200 Subject: [PATCH] spec: skip binstub test --- Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 95c56a08..7ec7bddc 100644 --- a/Rakefile +++ b/Rakefile @@ -60,8 +60,9 @@ task :test do Output.describe 'Authenticated request to GET /health_check.txt' sh 'docker exec html2rss-web-test curl -f http://username:password@127.0.0.1:3000/health_check.txt || exit 1' - Output.describe 'Print output of `html2rss help`' - sh 'docker exec html2rss-web-test html2rss help' + # skipped as html2rss is used in development version + # Output.describe 'Print output of `html2rss help`' + # sh 'docker exec html2rss-web-test html2rss help' ensure test_container_exists = JSON.parse(`docker inspect html2rss-web-test`).any?