summaryrefslogtreecommitdiff
path: root/spec/unit/audit/audit_reporter_spec.rb
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-10 11:11:40 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-17 18:52:24 -0800
commitfc161e7f145d84d558c40a3e562312100dbf44a4 (patch)
treeeaf344e0702e910d21927dbeec8ac7ede89035e8 /spec/unit/audit/audit_reporter_spec.rb
parente208a23c658c323977026c9696b0582d3a0c45ad (diff)
downloadchef-fc161e7f145d84d558c40a3e562312100dbf44a4.tar.gz
Adding simple integration test for audit mode output
Diffstat (limited to 'spec/unit/audit/audit_reporter_spec.rb')
-rw-r--r--spec/unit/audit/audit_reporter_spec.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/spec/unit/audit/audit_reporter_spec.rb b/spec/unit/audit/audit_reporter_spec.rb
index 47e0264462..84d7ea82f0 100644
--- a/spec/unit/audit/audit_reporter_spec.rb
+++ b/spec/unit/audit/audit_reporter_spec.rb
@@ -1,3 +1,22 @@
+#
+# Author:: Tyler Ball (<tball@chef.io>)
+# Author:: Claire McQuin (<claire@getchef.com>)
+#
+# Copyright:: Copyright (c) 2014 Chef Software, Inc.
+# License:: Apache License, Version 2.0
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
require 'spec_helper'