This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/integration_test/temple_plug_demo/test/temple_plug_demo_test.exs

9 lines
159 B
Elixir

defmodule TemplePlugDemoTest do
use ExUnit.Case
doctest TemplePlugDemo
test "greets the world" do
assert TemplePlugDemo.hello() == :world
end
end