9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
defmodule ServerTryTest do
 | 
						|
  use ExUnit.Case
 | 
						|
  doctest ServerTry
 | 
						|
 | 
						|
  test "greets the world" do
 | 
						|
    assert ServerTry.hello() == :world
 | 
						|
  end
 | 
						|
end
 |