Module: Spree::TestingSupport::UrlHelpers Private
- Defined in:
- lib/spree/testing_support/url_helpers.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #spree ⇒ Object private
Instance Method Details
#spree ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/spree/testing_support/url_helpers.rb', line 4 def spree Spree::Core::Engine.routes.url_helpers end |