Add a tiny elixir test

This commit is contained in:
Carlos Martín Nieto
2013-09-02 02:18:41 +02:00
parent 5ada4fe0c1
commit 9e4826741c
3 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ defmodule Geef do
defmacro __using__(_) do
quote do
alias Geef.Repository
alias Geef.Odb
alias Geef.Reference
alias Geef.Object
alias Geef.Commit