Adds note about possibly needing to install test-unit

This commit is contained in:
Stephen Sykes 2014-10-24 12:04:29 +03:00
parent 2b531a801c
commit 9c89f0f3fe

View File

@ -98,7 +98,7 @@ irb> puts Benchmark.measure {p FastImage.size(uri)}
h2. Tests
You'll need to @gem install fakeweb@ to be able to run the tests.
You'll need to @gem install fakeweb@ and possibly also @gem install test-unit@ to be able to run the tests.
bc.. $ ruby test.rb
Run options: