README in activewarehouse-etl-0.9.1 vs README in activewarehouse-etl-0.9.5.rc1
- old
+ new
@@ -5,11 +5,11 @@
* Ruby 1.8.5 or higher
* Rubygems
== Online Documentation
-Available at http://activewarehouse.rubyforge.org/docs/activewarehouse-etl.html
+Available at https://github.com/activewarehouse/activewarehouse-etl/wiki
== Features
Current supported features:
@@ -75,10 +75,26 @@
== Control File Examples
Control file examples can be found in the examples directory.
== Running Tests
-The tests require Shoulda 1.x.
+
+Current state:
+- 11 failures on MySQL
+- 1 failure on Postgres
+
+The tests require:
+- gem install shoulda
+- gem install flexmock
+- gem install pg (if you want to run the tests on pg)
+- gem install spreadsheet
+- gem install tmail
+
+The tests subfolder contains examples database.yml for mysql and postgres.
+
+To run the tests:
+- rake test DB=postgresql (for postgres)
+- otherwise just rake test
== Feedback
This is a work in progress. Comments should be made on the
activewarehouse-discuss mailing list at the moment. Contributions are always
welcome.
\ No newline at end of file