Skip to content

Commit

Permalink
Merge pull request #757 from mhaskel/authz_svn_test_fix
Browse files Browse the repository at this point in the history
Filename not updated in the test.
  • Loading branch information
blkperl committed Jun 2, 2014
2 parents da592f4 + 722cdc0 commit c12048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_dav_svn_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class { 'apache::mod::dav_svn':
it { should be_running }
end

describe file("#{mod_dir}/authz_svn.load") do
describe file("#{mod_dir}/dav_svn_authz_svn.load") do
it { should contain "LoadModule authz_svn_module" }
end
end
Expand Down

0 comments on commit c12048b

Please sign in to comment.