View Source SchemaAssertions.Fieldset (Schema Assertions v0.1.3)

Functions for comparing fieldsets from different sources.

Link to this section Summary

Link to this section Functions

Link to this function

same?(database_fieldset, expected_fieldset)

View Source

Specs

same?(Keyword.t(), Keyword.t()) ::
  :ok | {:error, added: Keyword.t(), missing: Keyword.t()}