From 3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 May 2011 11:55:52 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pstore.rb') diff --git a/test/test_pstore.rb b/test/test_pstore.rb index b6f79251da..b5deb9f359 100644 --- a/test/test_pstore.rb +++ b/test/test_pstore.rb @@ -100,7 +100,7 @@ class PStoreTest < Test::Unit::TestCase File.unlink("pstore.tmp2.#{Process.pid}") rescue nil end end - + def test_nested_transaction_raises_error assert_raise(PStore::Error) do @pstore.transaction { @pstore.transaction { } } -- cgit v1.2.3