README.rdoc in with_model-0.2.4 vs README.rdoc in with_model-0.2.5
- old
+ new
@@ -1,8 +1,10 @@
= with_model
* http://github.com/casecommons/with_model/
+{<img src="https://secure.travis-ci.org/Casecommons/with_model.png" />}[http://travis-ci.org/Casecommons/with_model]
+
== DESCRIPTION
+with_model+ dynamically builds an ActiveRecord model (with table) within an RSpec context. Outside of the context, the model is no longer present.
== INSTALL