Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 327 Bytes

solidus_sample

Sample contains a set of test data which is used to generate the sandbox can be used to test stores.

Applications including the solidus_sample gem are provided a rake task to load the sample data:

bundle exec rake spree_sample:load

Testing

Run the tests:

bundle exec rspec