Sha256: 28ee2dbc79bd53f74f6e9ac9ef906046d89dd8b5ac7674d8dcf14abe707804fa

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

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

class ChronopayModuleTest < Test::Unit::TestCase
  include MerbMerchant::Billing::Integrations
  
  def test_notification_method
    assert_instance_of Nochex::Notification, Nochex.notification('name=cody')
  end
  
  def test_return_method
    assert_instance_of Nochex::Return, Nochex.return('name=cody')
  end
end 

Version data entries

1 entries across 1 versions & 1 rubygems

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