All modules have an intro.

This commit is contained in:
Felipe Sere
2016-05-11 21:44:18 +01:00
parent 94ab9826ae
commit f5477f0fb0
16 changed files with 30 additions and 12 deletions

View File

@@ -12,6 +12,6 @@ defmodule ExecuteTest do
end
test "can access intro" do
assert SampleKoan.intro == "There is something"
assert SampleKoan.intro == "There is something\n"
end
end