Skip to content

Instantly share code, notes, and snippets.

@darkslategrey
Created December 27, 2018 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkslategrey/2faac82aeef3d209629d3276913ecf01 to your computer and use it in GitHub Desktop.
Save darkslategrey/2faac82aeef3d209629d3276913ecf01 to your computer and use it in GitHub Desktop.
defmodule Scraper.InfraTest do
use ExUnit.Case
doctest Scraper.Infra
test "greets the world" do
assert Scraper.Infra.hello() == :world
end
test "destruct" do
assert Scraper.Infra.bla() == %Infra{name: "default infra"}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment