summaryrefslogtreecommitdiff
path: root/spec/unit/scan_access_control_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/scan_access_control_spec.rb')
-rw-r--r--spec/unit/scan_access_control_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/scan_access_control_spec.rb b/spec/unit/scan_access_control_spec.rb
index c83a552626..3cfecfaa35 100644
--- a/spec/unit/scan_access_control_spec.rb
+++ b/spec/unit/scan_access_control_spec.rb
@@ -69,7 +69,7 @@ describe Chef::ScanAccessControl do
it "sets the group of the current resource to the current group as a String" do
@current_resource.group.should == Etc.getgrgid(0).name
end
-
+
it "sets the owner of the current resource to the current owner as a String" do
@current_resource.user.should == "root"
end
@@ -79,7 +79,7 @@ describe Chef::ScanAccessControl do
it "sets the group of the current resource to the current group as a String" do
@current_resource.group.should == 0
end
-
+
it "sets the owner of the current resource to the current owner as a String" do
@current_resource.user.should == 0
end