spree-testing
Installation
SKILL.md
Spree Testing
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/tutorial/testing for the canonical testing tutorial.
- Check the
spree_dev_toolsgem on RubyGems and GitHub for the current factory inventory and helpers. - Inspect the Spree gem's own
spec/directory for the latest test patterns. - Cross-reference Rails 7+ testing docs for current request/system spec patterns.
- For RSpec, FactoryBot, Capybara — check current gem versions vs your Spree's Gemfile.lock.