From 5ec6b0734d5656dbfcf89320d476e0aeeec500f5 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 8 Oct 2008 21:27:21 -0500 Subject: Adding warnings when example groups are skipped. Signed-off-by: Luke Kanies --- test/lib/puppettest/runnable_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/lib') diff --git a/test/lib/puppettest/runnable_test.rb b/test/lib/puppettest/runnable_test.rb index e3cde5052..6dab1b743 100644 --- a/test/lib/puppettest/runnable_test.rb +++ b/test/lib/puppettest/runnable_test.rb @@ -12,6 +12,8 @@ module PuppetTest end end + attr_reader :messages + # Evaluate all of our tests to see if any of them are false # and thus whether this test is considered not runnable. def runnable? -- cgit