README.md in neo-rails-0.1.0 vs README.md in neo-rails-0.1.1
- old
+ new
@@ -1,6 +1,9 @@
-# Neo::Rails [](http://travis-ci.org/neopoly/neo-rails)
+# Neo::Rails
+
+[](http://travis-ci.org/neopoly/neo-rails) [](http://badge.fury.io/rb/neo-rails) [](https://codeclimate.com/github/neopoly/neo-rails)
+
`neo-rails` contains some tools helping us doing Rails.
This gem includes:
* Mocks
* Presenters
@@ -70,9 +73,20 @@
//= require neo-rails
In app/layouts/application.html.erb
<%= render_scenarios_list %>
+
+### Testing
+
+ rm -f Gemfile.lock
+ export RAILS_VERSION=3.2 # or 4.0
+ bundle
+ bundle exec rake
+
+## TODO
+
+* Test scenarios!
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)