Updated Readme with ref to about_asserts.

This commit is contained in:
Jim Weirich
2009-12-22 22:26:04 -05:00
parent 26639d58ec
commit 690ca4c022
2 changed files with 10 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ The very first time you run it you will see the following output:
<false> is not true.
Please meditate on the following code:
./about_basics.rb:10:in `test_assert_truth'
./about_asserts.rb:10:in `test_assert_truth'
path_to_enlightenment.rb:27
mountains are merely mountains
@@ -85,10 +85,10 @@ You have come to your first stage. If you notice it is telling you where to look
the first solution:
Please meditate on the following code:
./about_basics.rb:10:in `test_assert_truth'
./about_asserts.rb:10:in `test_assert_truth'
path_to_enlightenment.rb:27
We then open up the about_basics.rb file and look at the first test:
We then open up the about_asserts.rb file and look at the first test:
# We shall contemplate truth by testing reality, via asserts.
def test_assert_truth