From 2076d4cdaa0a39ad465973fd42cc9ea87aa6f595 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 24 Nov 2014 17:07:57 +0000 Subject: [PATCH] Update tests to reflect changes in install/base dir params --- spec/classes/config_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/classes/config_spec.rb b/spec/classes/config_spec.rb index d09008a..49d2ef3 100644 --- a/spec/classes/config_spec.rb +++ b/spec/classes/config_spec.rb @@ -5,9 +5,9 @@ describe 'dokuwiki::config' do let(:params) {{ :manage_vhost => true, :vhost => 'dokuwiki.example.com', - :base_path => 'dokuwiki', + :base_path => 'dokuwiki/', :apache_confdir => '/etc/apache2/vhosts.d', - :install_dir => '/var/www/localhost/htdocs', + :install_dir => '/var/www/localhost', :local_conf_template => 'dokuwiki/local.php.erb', :protected_conf_template => 'dokuwiki/local.protected.php.erb', :ldap_servers => ['ldap'],