README.md in schema_reader-0.0.3 vs README.md in schema_reader-0.0.4
- old
+ new
@@ -1,5 +1,6 @@
# Schema Reader
+[![Build Status](https://travis-ci.org/zeisler/schema_reader.png?branch=master)](https://travis-ci.org/zeisler/schema_reader)
Reads Rails Database schema.rb and creates a class from selected table with getters and setters.
This was created for unit testing Rails ActiveRecord. Instead of creating a mock that can
become out of date with real objects schema reader creates mocks form the true definition.
\ No newline at end of file