test/test_banco_hsbc.rb in brcobranca-2.0.2 vs test/test_banco_hsbc.rb in brcobranca-2.0.3
- old
+ new
@@ -1,7 +1,7 @@
require File.join(File.dirname(__FILE__),'test_helper.rb')
-class BancoHsbcTest < Test::Unit::TestCase #:nodoc:[all]
+class TestBancoHsbc < Test::Unit::TestCase #:nodoc:[all]
def setup
@boleto_novo = BancoHsbc.new(:data_documento => Date.parse("2008-02-01"))
@boleto_novo.cedente = "Kivanio Barbosa"
@boleto_novo.documento_cedente = "12345678912"
\ No newline at end of file