Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active May 18, 2017 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebrianemory/9bc2d4f270ace923c747eb85ba4fe23f to your computer and use it in GitHub Desktop.
Save thebrianemory/9bc2d4f270ace923c747eb85ba4fe23f to your computer and use it in GitHub Desktop.
defmodule Catcasts.LayoutViewTest do
use Catcasts.ConnCase, async: true
test "Verify navbar is displayed", %{conn: conn} do
conn = get conn, "/"
assert html_response(conn, 200) =~ "<div class=\"top-bar\" id=\"my-menu\">"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment