From 9c89f0f3fead4c506bb12e711a40dbc588d1505e Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Fri, 24 Oct 2014 12:04:29 +0300 Subject: [PATCH] Adds note about possibly needing to install test-unit --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index f485c12..e0fd644 100644 --- a/README.textile +++ b/README.textile @@ -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: