File: unit_diff.1.pod

package info (click to toggle)
ruby-zentest 4.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: ruby: 1,813; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=head1 NAME

unit_diff - command-line filter to diff expected results from actual results

=head1 SYNOPSIS

I<./TestMyProject.rb> | B<unit_diff>

=head1 DESCRIPTION

B<unit_diff> is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
Do note that minitest 2.2+ provides an enhanced assert_equal obviating
the need for unit_diff.

See I</usr/share/doc/ruby-zentest/> for more details.

=head1 AUTHOR

Ryan Davis, Eric Hodel, seattle.rb

This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).