Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added openvpn patterns #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jespereneberg
Copy link

Added patterns for Open VPN.

@jsvd
Copy link
Member

jsvd commented Nov 14, 2016

@Bizzelicious thanks for the contribution! can you add a few specs to show what kind of lines these patterns match? there are a lot of simple examples in the spec directory. essentially all you need is:

describe "PATTERN" do
  it "matches an open vpn log message" do
    expect(subject).to match("example of open vpn log message")
  end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants