aboutsummaryrefslogblamecommitdiff
path: root/shardweb/test/shard_web/controllers/page_controller_test.exs
blob: 225eb768f82d048d13888d99405b98b840618731 (plain) (tree)
1
2
3
4
5
6
7
8







                                                            
defmodule ShardWeb.PageControllerTest do
  use ShardWeb.ConnCase

  test "GET /", %{conn: conn} do
    conn = get conn, "/"
    assert html_response(conn, 200) =~ "Welcome to Phoenix!"
  end
end