Update unit test to reflect mode change

The modes in the files have been updated to use
the recommended 4 digit version.

This commit updates the rspec tests to reflect this.
This commit is contained in:
Dan Bode 2012-03-13 15:21:35 -07:00
parent 33913effb1
commit 0b1fc546fb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe 'glance' do
it { should contain_file('/etc/glance/').with(
'ensure' => 'directory',
'owner' => 'glance',
'mode' => '770',
'mode' => '0770',
'require' => 'Package[glance]'
)}
end