aboutsummaryrefslogtreecommitdiffstats
path: root/tests/locusts_test.exs
blob: f18efb3e2a157018805ad250b168a1039579c973 (plain) (blame)
1
2
3
4
5
6
7
8
defmodule LocustsTest do
  use ExUnit.Case
  doctest Locusts

  test "greets the world" do
    assert Locusts.introduce_locusts() == nil
  end
end