mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
7 lines
90 B
Erlang
7 lines
90 B
Erlang
|
-module(bar).
|
||
|
|
||
|
-include_lib("eunit/include/eunit.hrl").
|
||
|
|
||
|
bar_test() ->
|
||
|
?assert(true).
|