Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Woźnicki committed Oct 23, 2015
1 parent 87c8cb7 commit cfffaf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def reset_mangopay_configuration
MangoPay.configure do |c|
c.preproduction = true
c.client_id = 'sdk-unit-tests'
c.client_passphrase = 'cqFfFrWfCcb7UadHNxx2C9Lo6Djw8ZduLi7J9USTmu8bhxxpju'
c.temp_dir = File.expand_path('../tmp', __FILE__)
require 'fileutils'
FileUtils.mkdir_p(c.temp_dir) unless File.directory?(c.temp_dir)
Expand Down

0 comments on commit cfffaf0

Please sign in to comment.