Skip to content
Joshua Nussbaum edited this page Jan 24, 2015 · 2 revisions

This gem contains a dummy spree app in the spec/dummy folder. You can use that to test out changes when modifying this gem. Just bootstrap the database and start the server:

cd spec/dummy
rake db:reset AUTO_ACCEPT=1 && rake spree_sample:load
rails server

Testing

rake spec

If you want to see feature specs in browser (non-headless):

# requires firefox
WEBDRIVER=selenium rake spec

Clone this wiki locally