Skip to content

Commit

Permalink
Fix typo in test description (#18)
Browse files Browse the repository at this point in the history
The template is written in slim, not haml
  • Loading branch information
Jay Hayes authored and doomspork committed May 19, 2016
1 parent bc4a391 commit f7a7c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phoenix_slime_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule PhoenixSlimeTest do
assert html == {:safe, [[["" | "<html><body>"], "" | "<h2>New Template</h2>"] | "</body></html>"]}
end

test "render a haml template without layout" do
test "render a slim template without layout" do
html = View.render(MyApp.PageView, "new.html", [])
assert html == {:safe, ["" | "<h2>New Template</h2>"]}
end
Expand Down

0 comments on commit f7a7c7d

Please sign in to comment.