Comment 9 for bug 1506084

Revision history for this message
Jens Beyer (qcumber-some) wrote :

http://www.mroth.net/lunit/documentation-0.4.txt

        assert_equal( expected, actual, [msg] )

              Fails, if 'actual' is different from 'expected'. Make sure
              that you don't mix 'expected' and 'actual' because they are
              used to build a nice error message.

So that's that.