Skip to content

Instantly share code, notes, and snippets.

@westonplatter
Created September 20, 2013 01:06
Show Gist options
  • Select an option

  • Save westonplatter/6632059 to your computer and use it in GitHub Desktop.

Select an option

Save westonplatter/6632059 to your computer and use it in GitHub Desktop.
git clone https://github.com/think602/spree_wizard.git
cd spree_wizard
rake test_app
cd spec/dummy
rake db:migrate
rake db:seed
rake spree_sample:load
rake spree_wizard:sample_load # custom sample load to demonstrate spree_wizard
rails s
# go to
# localhost:3000/wizards
# click on show, should take you to localhost:3000/wizards/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment