Skip to content

Commit fd75b58

Browse files
committed
Drop redundant test
This is the same test case as 'with magic_file => /tmp/Debian_magic'.
1 parent 94180f4 commit fd75b58

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spec/classes/mod/mime_magic_spec.rb

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,4 @@ def general_mime_magic_specs
5656

5757
it { is_expected.to contain_file('mime_magic.conf').with_path('/etc/httpd/conf.d/mime_magic.conf') }
5858
end
59-
60-
context 'with magic_file => /tmp/magic' do
61-
include_examples 'Debian 8'
62-
63-
let :params do
64-
{ magic_file: '/tmp/magic' }
65-
end
66-
67-
it do
68-
is_expected.to contain_file('mime_magic.conf').with_content(
69-
"MIMEMagicFile \"/tmp/magic\"\n",
70-
)
71-
end
72-
end
7359
end

0 commit comments

Comments
 (0)