Skip to content

Commit c9f9973

Browse files
committed
spec: skip binstub test
1 parent 5885d1d commit c9f9973

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Rakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ task :test do
6060
Output.describe 'Authenticated request to GET /health_check.txt'
6161
sh 'docker exec html2rss-web-test curl -f http://username:[email protected]:3000/health_check.txt || exit 1'
6262

63-
Output.describe 'Print output of `html2rss help`'
64-
sh 'docker exec html2rss-web-test html2rss help'
63+
# skipped as html2rss is used in development version
64+
# Output.describe 'Print output of `html2rss help`'
65+
# sh 'docker exec html2rss-web-test html2rss help'
6566
ensure
6667
test_container_exists = JSON.parse(`docker inspect html2rss-web-test`).any?
6768

0 commit comments

Comments
 (0)