Current section

Files

Jump to
scrappy test scrappy_test.exs
Raw

test/scrappy_test.exs

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