Skip to content

Commit

Permalink
Merge pull request #546 from lrascao/fix/bad_merge
Browse files Browse the repository at this point in the history
Fix duplicated method
  • Loading branch information
tsloughter authored Nov 26, 2016
2 parents 81aa66f + e8574e2 commit cfd01f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/rlx_test_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ write_full_app_files(Dir, Name, Vsn, Deps, LibDeps) ->
ok = file:write_file(GenServerFilename, gen_server_contents(Name)),
ok.

compile_src_files(Dir) ->
%% compile all *.erl files in src to ebin
SrcDir = filename:join([Dir, "src"]),
OutputDir = filename:join([Dir, "ebin"]),
lists:foreach(fun(SrcFile) ->
{ok, _} = compile:file(SrcFile, [{outdir, OutputDir},
return_errors])
end, ec_file:find(SrcDir, "\\.erl")),
ok.

get_full_app_metadata(Name, Vsn, Deps, LibDeps) ->
{application, erlang:list_to_atom(Name),
[{description, ""},
Expand Down

0 comments on commit cfd01f5

Please sign in to comment.