summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-19 20:42:58 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-19 20:42:58 +0100
commit2c288169fd38032575feb4414c039e9c1e9e8764 (patch)
tree365b3467e08cac322943ce00830dfb140fcfb77a /README
parent54e347e461327c09746b45d19b1d24631652da8e (diff)
downloadcmdtest-2c288169fd38032575feb4414c039e9c1e9e8764.tar.gz
Switch to "scenario testing"
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 8c1a39c..b83eabc 100644
--- a/README
+++ b/README
@@ -21,8 +21,8 @@ yarn
`yarn` also black box tests Unix command line tools, but takes
a different approach, where the emphasis is on verifying that the
-tools works correctly in a scenario, or sequence of operations, or
-what we call a "test story". `yarn` is inspired [BDD][BDD],
+tools works correctly in a sequence of operations, or
+what we call a "test scenario". `yarn` is inspired [BDD][BDD],
behavior-driven development, and some of the implementations made
by the Ruby community.