Skip to content

Commit

Permalink
Satisfy doesn't work with apache 2.4
Browse files Browse the repository at this point in the history
The ability to use the more complex Require* syntax for apache 2.4
will be added eventually, but Satisfy shouldn't be tested as that is
deprecated in apache.
  • Loading branch information
Morgan Haskel committed Nov 7, 2014
1 parent b1b7689 commit 379f7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class { 'apache': }
end
end

describe 'Satisfy and Auth directive' do
describe 'Satisfy and Auth directive', :unless => $apache_version == '2.4' do
it 'should configure a vhost with Satisfy and Auth directive' do
pp = <<-EOS
class { 'apache': }
Expand Down

0 comments on commit 379f7a5

Please sign in to comment.