Skip to content

Commit

Permalink
Add HBD README
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jul 18, 2013
1 parent 81bb4aa commit 4a85a41
Showing 1 changed file with 4 additions and 37 deletions.
41 changes: 4 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,7 @@
SpreePaypalExpress
==================
# Spree PayPal Express

Introduction goes here.
## THIS IS NOT PRODUCTION READY.

Installation
------------
This is a "re-do" of the official [spree_paypal_express](https://github.com/spree/spree_paypal_express) extension. The old extension is extremely hard to maintain and complex.

Add spree_paypal_express to your Gemfile:

```ruby
gem 'spree_paypal_express'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g spree_paypal_express:install
```

Testing
-------

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

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

```ruby
require 'spree_paypal_express/factories'
```

Copyright (c) 2013 [name of extension creator], released under the New BSD License
Please attempt to use this extension *only in development* and report issues.

0 comments on commit 4a85a41

Please sign in to comment.