1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-19 19:14:18 +00:00
rebar/priv/templates/simplemod_tests.erl
OJ Reeves 6c359a08cd Added 3 new templates:
- simplefsm - Basic shell of a gen_fsm module
 - simplesrv - Basic shell of a gen_server module
 - simplemod - Basic shell of a module along with an associated test module.
2010-02-03 21:56:30 +10:00

3 lines
68 B
Erlang

-module({{modid}}_tests).
-include_lib("eunit/include/eunit.hrl").