From 3b9f9d49588a8636be2372a3ef6545d65860d740 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sat, 3 Apr 2021 12:05:46 +0900 Subject: [PATCH] Fixed inconsistency between test code and output in README [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da6ea9..eeee46b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ end # It's also possible to override each combination name using magic variable :case_name # Output: -# Custom test case name +# Custom names for regular syntax # positive integers # should do additions # negative integers @@ -130,7 +130,7 @@ end # Or :case_names lambda for hash syntax # Output: -# when hash arguments +# Custom naming for hash syntax # 1 + 5 + 2 # sum is even # 1 + 5 + 4