Skip to content

Commit

Permalink
Fixed typo in command to run unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednipper committed Oct 1, 2012
1 parent 29f5982 commit 773c0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ This will run all the test methods from the test case. Note that `test_helper.rb
You can also run a particular test method from the test case by using the `-n` switch with the `test method name`. You can also run a particular test method from the test case by using the `-n` switch with the `test method name`.


```bash ```bash
$ ruby -Itest test/unit/post_test.rb -n test_the_truth $ ruby -I test test/unit/post_test.rb -n test_the_truth


Loaded suite unit/post_test Loaded suite unit/post_test
Started Started
Expand Down

0 comments on commit 773c0fd

Please sign in to comment.