From 1c40963194aa6f1dc985b949fb3c05e70f7530c0 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 1 Jul 2013 13:13:02 +0200 Subject: use fake_braintree, fix and test customer with braintree info --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1db3c22..c9a361b 100644 --- a/Gemfile +++ b/Gemfile @@ -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' -- cgit v1.2.3