test/unit/gateways/garanti_test.rb in smulube-activemerchant-1.5.1.3 vs test/unit/gateways/garanti_test.rb in smulube-activemerchant-1.5.1.4
- old
+ new
@@ -1,10 +1,14 @@
require 'test_helper'
class GarantiTest < Test::Unit::TestCase
def setup
Base.gateway_mode = :test
- @gateway = GarantiGateway.new(fixtures(:garanti))
+ @gateway = GarantiGateway.new(
+ :login => 'l',
+ :password => 'p',
+ :client_id => '1'
+ )
@credit_card = credit_card
@amount = 1000 #1000 cents, 10$
@options = {