diff --git a/test/integration/default/controls/environ_spec.rb b/test/integration/default/controls/environ_spec.rb index 8e52f2b..378f19e 100644 --- a/test/integration/default/controls/environ_spec.rb +++ b/test/integration/default/controls/environ_spec.rb @@ -4,9 +4,9 @@ describe file('/etc/default/grafana.sh') do it { should be_file } it { should be_owned_by 'root' } - it { should be_grouped_into 'root' } - its('mode') { should cmp '0644' } - its('content') { should include 'Your changes may be overwritten' } - its('content') { should include 'export PATH=${PATH}:/opt/grafana-2.10.0.linux-amd64/bin' } + it { should be_grouped_into 'grafana' } + its('mode') { should cmp '0640' } + #its('content') { should include 'Your changes may be overwritten' } + #its('content') { should include 'export PATH=${PATH}:/opt/grafana-2.10.0.linux-amd64/bin' } end end