README.md in h2ocube_rails_development-0.1.11 vs README.md in h2ocube_rails_development-0.2.0

- old
+ new

@@ -16,10 +16,15 @@ Or install it yourself as: $ gem install h2ocube_rails_development +If using rspec and capybara, you should add below code to spec_helper.rb + + require 'rack_session_access/capybara' + require 'webmock/rspec' + ## Usage $ bin/rake annotate # => Annotate all your models and factories $ bin/rake annotate:remove # => Remove all annotated comments $ bin/rake spec # => Just default rspec task @@ -56,10 +61,12 @@ For test only * capybara http://jnicklas.github.io/capybara * database_cleaner https://github.com/bmabey/database_cleaner +* rack_session_access https://github.com/railsware/rack_session_access * timecop https://github.com/travisjeffery/timecop +* webmock https://github.com/bblimke/webmock Just installed but not required * capistrano https://github.com/capistrano/capistrano * capistrano-bundler https://github.com/capistrano/bundler