wrong icon indicating copy to clipboard operation
wrong copied to clipboard

Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail.

Results 25 wrong issues
Sort by recently updated
recently updated
newest added

Running bundler with a command like: bundle outdated I am starting to get this ( since June 7th when sexp_processor got upgraded to version 4 ). Bundler could not find...

read_here_or_higher doesn't expect its first argument to be an absolute path, which, on Windows, leads to inability to retrieve an assertion's source if it is located in a file other...

I'm having issues including Wrong in a trivial greenfield test application. Though this is more "support" than "issue", I'm guessing whatever the right answer is means the docs need updating....

RSpec indents when printing the exception message, which means that the line should wrap 8 characters (or so) sooner than it does now. Probably the same for other test frameworks...

I have a test file that is comprised entirely of wrong assertions (`wrong_wrong.rb`): ``` require 'active_support' require 'wrong' class WrongWrongTest < ActiveSupport::TestCase include Wrong def test_if_wrong_is_right assert{ true } end...