diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-07 14:13:42 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-02-07 14:13:42 -0800 |
commit | 794aa7b565355b0a0c9b7f765048c28510437d0c (patch) | |
tree | efb7085b6a6575a3b1b6212abeb653ff030fd92e /spec/unit/util | |
parent | 2f67ecb8e69ac10956145c64c612537b82ddd971 (diff) | |
download | chef-794aa7b565355b0a0c9b7f765048c28510437d0c.tar.gz |
add a couple where-with-a-block tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/unit/util')
-rw-r--r-- | spec/unit/util/selinux_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/selinux_spec.rb b/spec/unit/util/selinux_spec.rb index 69d1ccdb1f..751092bc9a 100644 --- a/spec/unit/util/selinux_spec.rb +++ b/spec/unit/util/selinux_spec.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay (<serdar@chef.io>) -# Copyright:: Copyright 2013-2016, Chef Software Inc. +# Copyright:: Copyright 2013-2017, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); |