From fde8b285584ce33d6b72f8d52614330f54807d65 Mon Sep 17 00:00:00 2001 From: lutter Date: Wed, 7 Mar 2007 22:20:51 +0000 Subject: Fix typo in default config and add simple test to check default config sanity git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2261 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/puppet/conffiles.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/puppet') diff --git a/test/puppet/conffiles.rb b/test/puppet/conffiles.rb index 6336968aa..3dfa53a13 100755 --- a/test/puppet/conffiles.rb +++ b/test/puppet/conffiles.rb @@ -95,6 +95,15 @@ class TestConfFiles < Test::Unit::TestCase } } end + + # Make sure that basic config generation works; this also ensures + # that the default config is free of simple typos etc. + def test_genconfig + assert_nothing_raised { + Puppet::config::to_config + } + end + end # $Id$ -- cgit