From cdee51afb719625b15aa14c35057dc59a7411eb6 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Sun, 30 Mar 2014 19:10:31 +0100 Subject: [PATCH] Update README.md The original text was correct, but this version improves clarity in my view. I thought originally what is the test name -- the name in the double quoted strings in the source. But its actually the file name comprising the tests. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 003a73c..8d0a09a 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Make sure bwoken is properly installed. Then, build
# will build and run all of your tests
 $ bwoken test
 
-# will run one file, relative to integration/coffeescript/{iphone,ipad}/
-#  (note: no file extension)
-$ bwoken test --focus some_test # runs this test on (iphone and ipad) OR (connected iDevice)
-$ bwoken test --focus some_test --family iphone
+# will run one file, relative to integration/coffeescript/{iphone,ipad}/ (don't include the .js suffix)
+
+$ bwoken test --focus relative_path_without_js_suffix # runs this test on (iphone and ipad) OR (connected iDevice)
+$ bwoken test --focus relative_path_without_js_suffix --family iphone
 
### structuring your test files