summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lambert <jlambert@eml.cc>2012-12-29 17:41:55 -0700
committerJustin Lambert <jlambert@eml.cc>2012-12-29 17:41:55 -0700
commitabdf54d7d55da5a6116caf8f283faa115ec7e49c (patch)
tree8a6d340e06f35cd002374a3627cbc015666b9f95
parentb0c1b57eb8d0df470e4217b2a03cdb36f11adde6 (diff)
cleanup of commented test
-rw-r--r--spec/defines/openvpn_client_spec.rb10
1 files changed, 0 insertions, 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',