sproutapp / pavlov

A BDD framework for your Elixir projects
MIT License
128 stars 7 forks source link

Provides better messages for failing matchers #26

Closed inf0rmer closed 9 years ago

inf0rmer commented 9 years ago

Assertions no longer blindly throw messages like "Expected false to be true". This PR introduces custom messages per matcher. It also includes custom messages for refutation matchers (such as not_to_eq).