summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaffael Schmid <raffael@yux.ch>2013-01-19 12:37:55 +0100
committerRaffael Schmid <raffael@yux.ch>2013-01-19 12:37:55 +0100
commit619354dca18234b2f67aaaeeb62ab618469c9cb9 (patch)
tree369b973d519e5bfba242de332b816abd98793118
parente7eb9f46ffebda3b78f1c6922f798d5f65a6598c (diff)
lol, there is a already a test for it....
-rw-r--r--spec/defines/openvpn_server_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/defines/openvpn_server_spec.rb b/spec/defines/openvpn_server_spec.rb
index 3981f62..f9c4780 100644
--- a/spec/defines/openvpn_server_spec.rb
+++ b/spec/defines/openvpn_server_spec.rb
@@ -103,7 +103,6 @@ describe 'openvpn::server', :type => :define do
it { should contain_file('/etc/openvpn/test_server.conf').with_content(/^server\s+2\.3\.4\.0\s+255\.255\.0\.0$/) }
it { should contain_file('/etc/openvpn/test_server.conf').with_content(/^push\s+dhcp-option\s+DNS\s+172\.31\.0\.30$/) }
it { should contain_file('/etc/openvpn/test_server.conf').with_content(/^push\s+route\s+172\.31\.0\.0\s+255\.255\.0\.0$/) }
- it { should contain_file('/etc/openvpn/test_server.conf').with_content(%r{^client-config-dir /etc/openvpnv/test_server/client-configs$}) }
end
context "when RedHat based machine" do