aboutsummaryrefslogtreecommitdiff
path: root/test/boltex_test.exs
blob: c091178d85c9824f4409343219052f68b645ef58 (plain)
1
2
3
4
5
6
7
8
defmodule BoltexTest do
  use ExUnit.Case
  doctest Boltex

  test "the truth" do
    assert 1 + 1 == 2
  end
end