remove emacs backup file...
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ erl_crash.dump
|
||||
# Ignore package tarball (built via "mix hex.build").
|
||||
rfc5849-*.tar
|
||||
|
||||
*~
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
defmodule Rfc5849 do
|
||||
@moduledoc """
|
||||
Documentation for Rfc5849.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> Rfc5849.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
@@ -1,2 +0,0 @@
|
||||
defmodule Rfc5869.Lib do
|
||||
end
|
||||
@@ -1,11 +0,0 @@
|
||||
defmodule Rfc5849.LibTest do
|
||||
|
||||
test "generate signature base string" do
|
||||
:ok
|
||||
end
|
||||
|
||||
test "generate signature" do
|
||||
:ok
|
||||
end
|
||||
|
||||
end
|
||||
@@ -1,8 +0,0 @@
|
||||
defmodule Rfc5849Test do
|
||||
use ExUnit.Case
|
||||
doctest Rfc5849
|
||||
|
||||
test "greets the world" do
|
||||
assert Rfc5849.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user