An open API service indexing awesome lists of open source software.

https://github.com/kinduff/spree_easy_gift_cards

Easy gift cards for your Spree Store app
https://github.com/kinduff/spree_easy_gift_cards

Last synced: 16 days ago
JSON representation

Easy gift cards for your Spree Store app

Awesome Lists containing this project

README

          

[WIP] SpreeEasyGiftCards
==================

Work in progress. Let me finish it.

Installation
------------

Add spree_easy_gift_cards to your Gemfile:

```ruby
gem 'spree_easy_gift_cards'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g spree_easy_gift_cards: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`.

```shell
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:

```ruby
require 'spree_easy_gift_cards/factories'
```

Copyright (c) 2015 Alejandro AR, released under the New BSD License