Skip to content

Commit

Permalink
Only run mod_mime test on supported platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed May 29, 2014
1 parent e2666dc commit a4f8c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_mime_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'

describe 'apache::mod::mime class' do
describe 'apache::mod::mime class', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
case fact('osfamily')
when 'Debian'
mod_dir = '/etc/apache2/mods-available'
Expand Down

0 comments on commit a4f8c39

Please sign in to comment.