Packages

A DSL for Amazon DynamoDB

Current section

Files

Jump to
magneto test magneto_test.exs
Raw

test/magneto_test.exs

defmodule MagnetoTest do
use ExUnit.Case
doctest Magneto
test "magneto config" do
assert Application.get_env(:magneto, :namespace) != nil
end
end