Skip to content

Commit

Permalink
update spec test for defintion file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Mar 3, 2017
1 parent ec76650 commit a6849a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
it { should be_file }
it { should be_owned_by 'root' }
it { should be_grouped_into 'consul' }
its('mode') { should cmp '0640' }
its('mode') { should cmp '0644' }
end

describe file("#{confd_dir}/consul_watch_check.json") do
Expand Down

0 comments on commit a6849a4

Please sign in to comment.