test/remote/gateways/remote_quickpay_test.rb in activemerchant-1.4.2 vs test/remote/gateways/remote_quickpay_test.rb in activemerchant-1.5.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.dirname(__FILE__) + '/../../test_helper' +require 'test_helper' class RemoteQuickpayTest < Test::Unit::TestCase def setup @gateway = QuickpayGateway.new(fixtures(:quickpay))