diff options
author | kaustubh-d <kausubh@clogeny.com> | 2013-07-19 00:20:09 -0700 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-09-03 15:16:10 -0700 |
commit | 7c6b9423576caee9fe2ed7fd41af2629601cc4fd (patch) | |
tree | db73e3d7f66550cd252e91da6efc74081c02616e /spec | |
parent | 5cc6b7910985fbdf3557a2dddfb33a512f0024cd (diff) | |
download | chef-7c6b9423576caee9fe2ed7fd41af2629601cc4fd.tar.gz |
aix functional test abstract ohai and runcontext creation.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/base.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/functional/resource/base.rb b/spec/functional/resource/base.rb index 456b396a9c..13438c1759 100644 --- a/spec/functional/resource/base.rb +++ b/spec/functional/resource/base.rb @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -38,3 +38,4 @@ def run_context Chef::RunContext.new(node, {}, events) end end + |