config.include CheckoutHelpers error
ACPK opened this issue · 1 comments
ACPK commented
In rails_helper.rb, it says: "config.include CheckoutHelper".
However, the name of the helper file in checkouts_helper_spec.rb.
mjankowski commented
There are both CheckoutsHelper
and CheckoutHelpers
modules.
The Checkouts...
one is used by the app and has various page helper methods in it.
The Checkout...
one is used by the spec suite to run tests.