Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 890 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 890 Bytes

SpreeStaticPages

Simple Static Pages for Spree.

Installation

Add spree_static_pages to your Gemfile:

gem 'spree_static_pages', github: 'freego/spree_static_pages', branch: 'X-X-stable'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_static_pages:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_static_pages/factories'

Copyright (c) 2015 Alessandro Lepore, released under the New BSD License