debian man page for convert_to_should_syntax

Query: convert_to_should_syntax

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

convert_to_shoulda_syntax(1)											      convert_to_shoulda_syntax(1)

NAME
convert_to_shoulda_syntax - converts a regular Test::Unit Ruby source file into one that uses shoulda syntax.
SYNOPSIS
convert_to_shoulda_syntax normal_test_file.rb
DESCRIPTION
converts a unit test file using regular Test::Unit syntax to one using the nicer shoulda syntax, i.e. it will convert an existing test file with names like def test_should_do_stuff ... end to one using the new syntax: should "be super cool" do ... end A copy of the old file will be left under /tmp/ in case this script just seriously screws up.
SEE ALSO
/usr/share/doc/libshoulda-ruby/ as installed by the libshoulda-ruby package for documentation of should itself.
ABOUT
This manual page was written by Antonio Terceiro <terceiro@softwarelivre.org> for the Debian GNU/Linux system, but may be used by others. It was based on convert_to_shoulda_syntax's help output, i.e., when called without proper arguments, and with the help of help2man. convert_to_shoulda_syntax September 2008 convert_to_shoulda_syntax(1)
Related Man Pages
dh_ruby(1) - debian
intel2gas(1) - debian
ruby-prof(1) - debian
specrb(1) - debian
test::unit::testsuite(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?