diff options
| author | Luke Kanies <luke@madstop.com> | 2008-10-08 21:27:21 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-10-08 21:27:21 -0500 |
| commit | 5ec6b0734d5656dbfcf89320d476e0aeeec500f5 (patch) | |
| tree | 6629274f60655a23383d428e4004cc0e145e5644 /test | |
| parent | 54abe7084da32570f1d4b8522d9d3232c4313d4e (diff) | |
| download | puppet-5ec6b0734d5656dbfcf89320d476e0aeeec500f5.tar.gz puppet-5ec6b0734d5656dbfcf89320d476e0aeeec500f5.tar.xz puppet-5ec6b0734d5656dbfcf89320d476e0aeeec500f5.zip | |
Adding warnings when example groups are skipped.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/lib/puppettest/runnable_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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? |
