Skip to content

Commit 918b4fa

Browse files
committed
Fix tests
1 parent 1c096c6 commit 918b4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/default_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
expect(chef_run.converge(described_recipe)).to create_directory('/home/bob/.ssh').with({
3535
:user => 'bob',
3636
:group => 'bob',
37-
:mode => '0600'
37+
:mode => '0700'
3838
})
3939
end
4040

0 commit comments

Comments
 (0)