Initial.
This commit is contained in:
8
file_processor/test/file_processor_test.exs
Normal file
8
file_processor/test/file_processor_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule FileProcessorTest do
|
||||
use ExUnit.Case
|
||||
doctest FileProcessor
|
||||
|
||||
test "greets the world" do
|
||||
assert FileProcessor.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user