v1.1.1
Brings in [email protected] and ensures that the test units/specs call
testing.T.Error()
instead of relying on the Scenario.Run()
to do
that.
Also adds a custom YAML unmarshaler for the Expect
struct and adds
better parse-time errors for the matches
field as requested in Issue
8.
Addresses Issue gdt-dev/gdt#8