rbankgiro 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/test/test_transactions.rb +5 -5
  2. metadata +1 -1
@@ -33,10 +33,10 @@ class TestTransactions < Test::Unit::TestCase
33
33
  end
34
34
  end
35
35
 
36
- # def test_transaction_count_error
37
- # assert_raise(Rbankgiro::TransactionCountError) do
38
- # Rbankgiro::Transactions.new(fixture_file_path('missing_transaction_09_02_27.txt'), '53090965')
39
- # end
40
- # end
36
+ def test_transaction_count_error
37
+ assert_raise(Rbankgiro::TransactionCountError) do
38
+ Rbankgiro::Transactions.new(fixture_file_path('one_to_many_transactions_09_02_27.txt'), '53090965')
39
+ end
40
+ end
41
41
 
42
42
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbankgiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Johan Eckerstr\xC3\xB6m"