solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::TestingSupport::CapybaraExt#within_entire_page
Executes the given block within the context of the entire capybara document. Can be used to 'escape' from within the context of another within block.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/lib/spree/testing_support/capybara_ext.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--TestingSupport--CapybaraExt-within_entire_page-for-pr
# Commit to gitgit add core/lib/spree/testing_support/capybara_ext.rbgit commit -m "better docs for Spree::TestingSupport::CapybaraExt#within_entire_page"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--TestingSupport--CapybaraExt-within_entire_page-for-pr
hub pull-request
# Celebrate!