Sha256: 1cde4689992590805d359a44ab7f0808b9c9315d5ad58103ea735a1d18b8ff6a
Contents?: true
Size: 343 Bytes
Versions: 34
Compression:
Stored size: 343 Bytes
Contents
require 'test_helper' class ChronopayModuleTest < Test::Unit::TestCase include ActiveMerchant::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
34 entries across 34 versions & 11 rubygems