test/unit/integrations/nochex_module_test.rb in activemerchant-1.2.1 vs test/unit/integrations/nochex_module_test.rb in activemerchant-1.3.0

- old
+ new

@@ -4,6 +4,10 @@ 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