Sha256: fa8f14c58fa35d5bb792ff657924784720b4d721f0c13679e5f0ed83acab284c

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

require File.dirname(__FILE__) + '/../../test_helper'

class QuickpayModuleTest < Test::Unit::TestCase
  include MerbMerchant::Billing::Integrations
  
  def test_notification_method
    assert_instance_of Quickpay::Notification, Quickpay.notification('name=cody')
  end
end 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
merb_merchant-1.4.1 test/unit/integrations/quickpay_module_test.rb