Packages

User library for phoenix and elixir.

Current section

Files

Jump to
carbon test carbon_test.exs
Raw

test/carbon_test.exs

defmodule CarbonTest do
use ExUnit.Case
doctest Carbon
test "the truth" do
assert 1 + 1 == 2
end
end