diff options
author | Azul <azul@leap.se> | 2013-07-01 13:13:02 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:14 +0200 |
commit | 1c40963194aa6f1dc985b949fb3c05e70f7530c0 (patch) | |
tree | d03cb2b420f0b8d5dfec2f0b2c875d157782c275 /Gemfile | |
parent | a49c63eb117abf47ca1804493c25ae34804f8ee1 (diff) |
use fake_braintree, fix and test customer with braintree info
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ gem 'debugger', :platforms => :mri_19 # ruby 1.8 is not supported anymore # gem 'ruby-debug', :platforms => :mri_18 + +group :test do + gem 'fake_braintree', require: false +end + # unreleased so far ... but leap_web_certs need it gem 'certificate_authority', :git => 'git://github.com/cchandler/certificate_authority.git' |