wrong 0.6.3
Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail. The Wrong idea is to replace all those countless assert_this, assert_that library methods which only exist to give a more useful failure message than "assertion failed". Wrong replaces all of them in one fell swoop, since if you can write it in Ruby, Wrong can make a sensible failure message out of it. Also provided are several helper methods, like rescuing, capturing, and d.
Gemfile:
=
installieren:
=
Runtime Abhängigkeiten (8):
diff-lcs
~> 1.1.2
file-tail
~> 1.0
ParseTree
~> 3.0
predicated
>= 0.2.3
ruby2ruby
>= 2.0.1
ruby_parser
>= 3.0.1
sexp_processor
>= 4.0
sourcify
>= 0.3.0