wrong 0.4.5
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:
=
Installeer:
=
Runtime afhankelijkheden (8):
diff-lcs
~> 1.1.2
file-tail
~> 1.0
ParseTree
~> 3.0
predicated
>= 0.2.2
ruby2ruby
~> 1.2
ruby_parser
~> 2.0.4
sexp_processor
~> 3.0
sourcify
>= 0.3.0