learn-rails icon indicating copy to clipboard operation
learn-rails copied to clipboard

NoMethodError: undefined method `feature' for main:Object

Open simoncal-saas opened this issue 8 years ago • 0 comments

Refer to Book II Version 4.1.0, Chapter 24, Testing/Run Tests/troubleshooting. To fix subject error, following statement should be added to learn-rails/test/test_helper.rb:

require "minitest/rails/capybara"

Issue also applicable to Application (Code) V4.1.0.

simoncal-saas avatar Jul 29 '17 06:07 simoncal-saas