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

https://github.com/godaddy/spree_ccavenue_api


https://github.com/godaddy/spree_ccavenue_api

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

SpreeCcavenue
===================

Introduction goes here.

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

Add spree_ccavenue to your Gemfile:

```ruby
gem 'spree_ccavenue'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g spree_ccavenue: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_ccavenue/factories'
```

Copyright (c) 2014 CCAvenue, released under the New BSD License
=======
spree_ccavenue_api