README.rdoc in manageable_content-0.2.0 vs README.rdoc in manageable_content-0.2.1
- old
+ new
@@ -79,9 +79,20 @@
ManageableContent::Engine.config.locales = [:en, :pt]
In your views, the helper calls will remain the same. The helpers use I18n.locale to get the current locale and than will use the content available for that locale.
+=== Specs
+
+To run the specs, first you need to setup the dummy application database and clone it for the test environment:
+
+ rake app:db:schema:load
+ rake app:db:test:clone
+
+Now you can run the specs with this:
+
+ rake spec
+
== Contributors
https://github.com/fabiokr/manageable_content/contributors
== Maintainers
\ No newline at end of file