aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pp.rb')
-rw-r--r--test/test_pp.rb8
1 files changed, 8 insertions, 0 deletions
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