From abdf54d7d55da5a6116caf8f283faa115ec7e49c Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Sat, 29 Dec 2012 17:41:55 -0700 Subject: cleanup of commented test --- spec/defines/openvpn_client_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/defines/openvpn_client_spec.rb b/spec/defines/openvpn_client_spec.rb index fdc2c06..da71d63 100644 --- a/spec/defines/openvpn_client_spec.rb +++ b/spec/defines/openvpn_client_spec.rb @@ -23,16 +23,6 @@ describe 'openvpn::client', :type => :define do 'command' => '/bin/rm test_client.tar.gz; tar --exclude=\*.conf.d -chzvf test_client.tar.gz test_client' ) } - - # exec { - # "tar the thing ${server} with ${name}": - # cwd => "/etc/openvpn/${server}/download-configs/", - # command => "/bin/rm ${name}.tar.gz; tar --exclude=\\*.conf.d -chzvf ${name}.tar.gz ${name}", - # } - # - # - - it { should contain_openvpn__option('ca test_server with test_client').with( 'server' => 'test_server', 'client' => 'test_client', -- cgit v1.2.3