rails-forward_compatible_controller_tests
rails-forward_compatible_controller_tests copied to clipboard
Update README.md
Requiring rails/forward_compatible_controller_tests in the spec_helper.rb will fail in the RSpec context as the Rails application is not yet initialized. Loading the gem via rails_helper.rb after the framework was initialized is the way to go.