Packages

Ripper is a elixir library to monitor network activity using tcpdump. Ripper needs tcpdump to function. It's not ready to use yet

Current section

Files

Jump to
ripper test ripper_test.exs
Raw

test/ripper_test.exs

defmodule RipperTest do
use ExUnit.Case
doctest Ripper
test "greets the world" do
assert Ripper.hello() == :world
end
end