From bbe0fe5593e04ddcd2cb8d5b8b3f6153e6559222 Mon Sep 17 00:00:00 2001 From: Thomas Marshall Date: Thu, 16 May 2024 20:09:37 +0100 Subject: [PATCH] Update README to match test output --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd6c1e7..87c28db 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ This will cause the test to run twice. First it runs _with_ the contents of the ``` # Running: -V +F Finished in 0.000380s, 2631.5783 runs/s, 5263.1565 assertions/s. - 1) Verification Failure: + 1) Failure: PostTest#test_comments_excludes_hidden_comments [post_test.rb:11]: Expected at least one assertion to fail. -1 runs, 2 assertions, 0 failures, 0 errors, 0 skips +1 runs, 2 assertions, 1 failures, 0 errors, 0 skips ```