mirror of
https://github.com/TheRealOwenRees/chess-endgame-trainer.git
synced 2026-09-19 11:03:52 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
defmodule ChesstrainerWeb.PageControllerTest do
|
||||
use ChesstrainerWeb.ConnCase
|
||||
|
||||
test "GET /", %{conn: conn} do
|
||||
conn = get(conn, ~p"/")
|
||||
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user