diff options
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 2680525928..ea3303222f 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -225,7 +225,7 @@ TIP: You can see all these rake tasks and their descriptions by running `rake -- Running a test is as simple as invoking the file containing the test cases through Ruby: ```bash -$ ruby -Itest test/unit/post_test.rb +$ ruby -I test test/unit/post_test.rb Loaded suite unit/post_test Started |