From 2526b95f202cfc786d3b93914c52264db12e5f0a Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 22 Dec 2014 10:03:03 -0500 Subject: Remove this line since we are using Rake to run our tests [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index b99d37a10c..802268d15e 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -258,7 +258,7 @@ Finished tests in 0.009064s, 110.3266 tests/s, 110.3266 assertions/s. 1 tests, 1 assertions, 0 failures, 0 errors, 0 skips ``` -This will run all test methods from the test case. Note that `test_helper.rb` is in the `test` directory, hence this directory needs to be added to the load path using the `-I` switch. +This will run all test methods from the test case. The `.` (dot) above indicates a passing test. When a test fails you see an `F`; when a test throws an error you see an `E` in its place. The last line of the output is the summary. -- cgit v1.2.3