Skip to content

Commit

Permalink
update the page controller test from "DWYL Calendar" to just "Calendar"
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 16, 2023
1 parent 2fd3280 commit 981cb7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/cal_web/controllers/page_html/privacy.html.heex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Comming Soon!
see: https://github.com/dwyl/calendar/issues/37
2 changes: 1 addition & 1 deletion test/cal_web/controllers/page_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ defmodule CalWeb.PageControllerTest do

test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "DWYL Calendar"
assert html_response(conn, 200) =~ "Calendar"
end
end

0 comments on commit 981cb7e

Please sign in to comment.