SchemaAssertions

ExUnit assertions for Ecto schemas.

Installation

def deps do
  [
    {:schema_assertions, "~> 2.0"}
  ]
end

Development

SchemaAssertions uses medic for its development workflow.

brew bundle
medic doctor
medic test
medic audit
medic update
medic shipit

Other useful schema-related libraries

License

This code is available under the Apache 2.0 license. See also license. Based on code from Epi Viewpoint.