diff options
author | Stig Sandbeck Mathisen <ssm@debian.org> | 2014-09-07 10:14:36 +0200 |
---|---|---|
committer | Stig Sandbeck Mathisen <ssm@debian.org> | 2014-09-07 10:14:36 +0200 |
commit | d4b83be375ac1dead058e091191ee7c7b7c24c8a (patch) | |
tree | dc825687392ae3068de5b764be60c53122d9e02a /spec/unit/face/config_spec.rb | |
parent | 229cbb976fe0f70f5f30548b83517b415840f9bb (diff) | |
parent | 1681684857c6e39d60d87b0b3520d8783977ceff (diff) | |
download | puppet-upstream/3.7.0.tar.gz |
Imported Upstream version 3.7.0upstream/3.7.0
Diffstat (limited to 'spec/unit/face/config_spec.rb')
-rwxr-xr-x | spec/unit/face/config_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/face/config_spec.rb b/spec/unit/face/config_spec.rb index f42844827..2c43b33b7 100755 --- a/spec/unit/face/config_spec.rb +++ b/spec/unit/face/config_spec.rb @@ -92,6 +92,7 @@ basemodulepath = #{File.expand_path("/some/base")} end it "prints the default configured env settings for an env that does not exist" do + pending "This case no longer exists because Application will through an error before we even get here because of the non-existent environment" Puppet[:environment] = 'doesnotexist' FS.overlay( @@ -125,7 +126,7 @@ basemodulepath = #{File.expand_path("/some/base")} CONF end - it_behaves_like :config_printing_a_section + it_behaves_like :config_printing_a_section, nil end context "from master section" do |