Skip to content

Commit 94180f4

Browse files
committed
Better nesting in spec tests
1 parent ae76cb5 commit 94180f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/mod/proxy_html_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
end
2020
include_examples 'Debian 8'
2121

22-
context 'on jessie i386' do
22+
context 'on i386' do
2323
let(:facts) do
2424
super().merge(hardwaremodel: 'i686',
2525
architecture: 'i386')
@@ -28,7 +28,7 @@
2828
it { is_expected.to contain_apache__mod('xml2enc').with(loadfiles: nil) }
2929
it_behaves_like 'debian', ['/usr/lib/i386-linux-gnu/libxml2.so.2']
3030
end
31-
context 'on jessie x64' do
31+
context 'on x64' do
3232
let(:facts) do
3333
super().merge(hardwaremodel: 'x86_64',
3434
architecture: 'amd64')

0 commit comments

Comments
 (0)