From d03528608dda5007e055a6d4c84640b690948eaf Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 5 Dec 2014 19:48:15 +0000 Subject: * test/test_pp.rb (PPTestModule::PPFileStatTest): test for r48719. is this the right place here? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_pp.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/test_pp.rb') diff --git a/test/test_pp.rb b/test/test_pp.rb index 28a33fec5a..813daf0446 100644 --- a/test/test_pp.rb +++ b/test/test_pp.rb @@ -184,4 +184,12 @@ class PPDelegateTest < Test::Unit::TestCase end end +class PPFileStatTest < Test::Unit::TestCase + def test_nothing_raised + assert_nothing_raised do + File.stat(__FILE__).pretty_inspect + end + end +end + end -- cgit v1.2.3