File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 155155 it { is_expected . to compile }
156156 it { is_expected . to contain_class ( 'apache::mod::disk_cache' ) }
157157 it { is_expected . to contain_class ( 'apache::mod::cache' ) . that_comes_before ( 'Class[Apache::Mod::Disk_cache]' ) }
158- it { is_expected . to contain_apache_mod ( 'cache_disk' ) }
158+ it { is_expected . to contain_apache__mod ( 'cache_disk' ) }
159159 it {
160160 is_expected . to contain_file ( 'disk_cache.conf' )
161161 . with ( content : %r{CacheRoot \" \/ var\/ cache\/ httpd\/ proxy\" \n CacheDirLevels 2\n CacheDirLength 1\n } )
175175 it { is_expected . to compile }
176176 it { is_expected . to contain_class ( 'apache::mod::disk_cache' ) }
177177 it { is_expected . to contain_class ( 'apache::mod::cache' ) . that_comes_before ( 'Class[Apache::Mod::Disk_cache]' ) }
178- it { is_expected . to contain_apache_mod ( 'cache_disk' ) }
178+ it { is_expected . to contain_apache__mod ( 'cache_disk' ) }
179179 it {
180180 is_expected . to contain_file ( 'disk_cache.conf' )
181181 . with ( content : %r{CacheEnable disk \/ \n CacheRoot \" \/ var\/ cache\/ httpd\/ proxy\" \n CacheDirLevels 2\n CacheDirLength 1\n } )
You can’t perform that action at this time.
0 commit comments