summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaustubh-d <kausubh@clogeny.com>2013-07-19 00:20:09 -0700
committeradamedx <adamed@opscode.com>2013-09-03 15:16:10 -0700
commit7c6b9423576caee9fe2ed7fd41af2629601cc4fd (patch)
treedb73e3d7f66550cd252e91da6efc74081c02616e
parent5cc6b7910985fbdf3557a2dddfb33a512f0024cd (diff)
downloadchef-7c6b9423576caee9fe2ed7fd41af2629601cc4fd.tar.gz
aix functional test abstract ohai and runcontext creation.
-rw-r--r--spec/functional/resource/base.rb3
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
+