This gem includes:
- all dependencies to run Spree applications in development and test environments
- configuration for testing environment
- rspec and capybara helpers
Add it to your Gemfile
gem 'spree_dev_tools'
And run...
bundle install
If you want to disable Simplecov set the SPREE_DEV_TOOLS_DISABLE_SIMPLECOV
ENV variable to any value.
If you'd like to contribute, please take a look at the instructions for installing dependencies and crafting a good pull request.
Copyright (c) 2020 Spark Solutions, released under the New BSD License