aboutsummaryrefslogtreecommitdiff
path: root/test/elixir_math_parser_test.exs
blob: 23f10484c51ace4f8ec1b9c7b28b1d99017a8aa4 (plain)
1
2
3
4
5
6
7
8
defmodule ElixirMathParserTest do
  use ExUnit.Case
  doctest ElixirMathParser

  test "greets the world" do
    assert ElixirMathParser.hello() == :world
  end
end