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'],