Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

groundctrl/spree_braintree_cse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeBraintree-cse

Introduction goes here.

Installation

Add spree_braintree-cse to your Gemfile:

gem 'spree_braintree-cse'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_braintree-cse: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_braintree-cse/factories'

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

About

braintree_cse_payment method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.4%
  • HTML 23.6%
  • CoffeeScript 5.8%
  • JavaScript 2.8%
  • CSS 2.4%