INSTALL in fastercsv-0.1.9 vs INSTALL in fastercsv-0.2.0
- old
+ new
@@ -19,5 +19,17 @@
Download the latest version of FasterCSV from the
{RubyForge project page}[http://rubyforge.org/frs/?group_id=1102]. Navigate to
the root project directory and enter:
$ sudo ruby setup.rb
+
+== Running the Tests
+
+If you would like to run FasterCSV's test suite on your system before installing
+and you have Rake installed, just issue the following command from the root of
+the project directory:
+
+ $ rake
+
+If you do not have rake, use the following command instead:
+
+ $ ruby -I lib:test test/ts_all.rb