We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76cb5 commit 94180f4Copy full SHA for 94180f4
spec/classes/mod/proxy_html_spec.rb
@@ -19,7 +19,7 @@
19
end
20
include_examples 'Debian 8'
21
22
- context 'on jessie i386' do
+ context 'on i386' do
23
let(:facts) do
24
super().merge(hardwaremodel: 'i686',
25
architecture: 'i386')
@@ -28,7 +28,7 @@
28
it { is_expected.to contain_apache__mod('xml2enc').with(loadfiles: nil) }
29
it_behaves_like 'debian', ['/usr/lib/i386-linux-gnu/libxml2.so.2']
30
31
- context 'on jessie x64' do
+ context 'on x64' do
32
33
super().merge(hardwaremodel: 'x86_64',
34
architecture: 'amd64')
0 commit comments