Extracts modules for different sections of the UI
This commit is contained in:
9
test/display/notification_test.exs
Normal file
9
test/display/notification_test.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule NotificationTest do
|
||||
use ExUnit.Case
|
||||
alias Display.Notifications
|
||||
|
||||
test "shows possible koans when a koan can not be found" do
|
||||
message = Notifications.invalid_koan(SampleKoan, [PassingKoan])
|
||||
assert message == "Did not find koan SampleKoan in \e[31mPassingKoan\e[0m"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user