e52b6b48776245317334302bda708efcc7c5e674
[freeside.git] / FS / t / payment_gateway_option.t
1 BEGIN { $| = 1; print "1..1
2 " }
3 END {print "not ok 1
4 " unless $loaded;}
5 use FS::payment_gateway_option;
6 $loaded=1;
7 print "ok 1
8 ";