New Fetch
This commit is contained in:
9
erlang/hello-world/test/hello_world_tests.erl
Normal file
9
erlang/hello-world/test/hello_world_tests.erl
Normal file
@@ -0,0 +1,9 @@
|
||||
-module(hello_world_tests).
|
||||
|
||||
-define(TESTED_MODULE, (sut(hello_world))).
|
||||
-define(TEST_VERSION, 2).
|
||||
-include("exercism.hrl").
|
||||
|
||||
|
||||
say_hi_test() ->
|
||||
?assertEqual("Hello, World!", ?TESTED_MODULE:hello()).
|
Reference in New Issue
Block a user