test/mt940_triodos_test.rb in mt940-0.6.5 vs test/mt940_triodos_test.rb in mt940-0.6.6
- old
+ new
@@ -19,9 +19,13 @@
should 'have an amount' do
assert_equal -15.7, @transaction.amount
end
+ should 'have a currency' do
+ assert_equal 'EUR', @transaction.currency
+ end
+
should 'have a description' do
assert_equal 'ALGEMENE TUSSENREKENING KOSTEN VAN 01-10-2010 TOT EN M ET 31-12-20100390123456', @transaction.description
end
should 'have a date' do