1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 10:30:23 +02:00

gem: support date format used by OpenVPN 2.5

- smooth fallback
This commit is contained in:
cn
2022-01-18 01:56:49 +01:00
committed by Christian Nicolai
parent 528709c895
commit 9ad59194bd
4 changed files with 19 additions and 0 deletions

View File

@ -76,4 +76,8 @@ describe OpenVPNStatusWeb::Parser::ModernStateless do
end
end
end
it 'parses status-version 2 of OpenVPN 2.5' do
expect(status_2_5_v2).not_to be_nil
end
end