Current section
Files
Jump to
Current section
Files
test/phoenix_reactify_test.exs
defmodule PhoenixReactifyTest do
use ExUnit.Case
doctest PhoenixReactify
test "greets the world" do
assert PhoenixReactify.hello() == :world
end
end