summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaustubh <kaustubh.deo@gmail.com>2014-09-22 10:01:46 +0530
committerkaustubh <kaustubh.deo@gmail.com>2014-09-22 10:01:46 +0530
commit1c8d5dab993271f971410d4fb03f60bbd54280fa (patch)
tree63dc9a2f1f1bfa32e46e7343a10da10ee1d4c9d0
parentf065e714267e3d913d0b8aee259a9b2e4bfe79bc (diff)
downloadchef-1c8d5dab993271f971410d4fb03f60bbd54280fa.tar.gz
mark test aix only, and correct copyright
-rwxr-xr-xspec/functional/resource/aixinit_service_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/aixinit_service_spec.rb b/spec/functional/resource/aixinit_service_spec.rb
index 01e678b6dc..42422117fd 100755
--- a/spec/functional/resource/aixinit_service_spec.rb
+++ b/spec/functional/resource/aixinit_service_spec.rb
@@ -1,7 +1,7 @@
# encoding: UTF-8
#
# Author:: Kaustubh Deorukhkar (<kaustubh@clogeny.com>)
-# Copyright:: Copyright (c) 2014 Opscode, Inc.
+# Copyright:: Copyright (c) 2014 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@ require 'functional/resource/base'
require 'chef/mixin/shell_out'
require 'fileutils'
-describe Chef::Resource::Service::Aixinit, :requires_root, :unix_only do
+describe Chef::Resource::Service::Aixinit, :requires_root, :aix_only do
include Chef::Mixin::ShellOut