diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:22:46 +0000 |
commit | ddedddfa53dfe296eb8f0c58e1b9ff86f8301d4d (patch) | |
tree | 24c39cd8770762e37f96886f0894ba4616ab5ccb /t/test-custodian-testfactory.rb | |
parent | d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (diff) |
More minor space fixups
Diffstat (limited to 't/test-custodian-testfactory.rb')
-rwxr-xr-x | t/test-custodian-testfactory.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index c50ad56..db25462 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -69,7 +69,7 @@ class TestTestFactory < Test::Unit::TestCase # # Run each test # - data.each do |str,prt| + data.each do |str, prt| assert_nothing_raised do obj = Custodian::TestFactory.create(str) @@ -101,7 +101,7 @@ class TestTestFactory < Test::Unit::TestCase # # Run each test # - data.each do |str,prt| + data.each do |str, prt| assert_nothing_raised do obj = Custodian::TestFactory.create(str) @@ -149,7 +149,7 @@ class TestTestFactory < Test::Unit::TestCase # # Run each test # - data.each do |str,prt| + data.each do |str, prt| assert_nothing_raised do obj = Custodian::TestFactory.create(str) @@ -225,7 +225,7 @@ class TestTestFactory < Test::Unit::TestCase # # Run each test # - data.each do |str,inv| + data.each do |str, inv| assert_nothing_raised do obj = Custodian::TestFactory.create(str) |