Skip to content

freego/spree_static_pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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