spree_serenity_theme

extension for serenity themeforest theme: http://themeforest.net/item/serenity-minimal-responsive-ecommerce-template/full_screen_preview/4541605

Last updated on: November 11 at 08:48 PM

source code bug tracker
Opensource
9 9 14
owner:  dbwinger

SpreeSerenityTheme

Introduction goes here.

Installation

Add spree_serenity_theme to your Gemfile:

gem 'spree_serenity_theme'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_serenity_theme:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

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_serenity_theme/factories'

Copyright (c) 2013 [name of extension creator], released under the New BSD License

compatible spree versions
tags spree versions
master ~> 2.0.5
authors
Daryl Winger