This is the command specrb that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
תָכְנִית:
שֵׁם
specrb - standalone test runner for test/spec and Test::Unit test suites
תַקצִיר
specrb [אפשרויות] [קבצים | -a ] [-- untouched arguments]
תיאור
התסריט של רובי specrb allows you to run tests written with test/spec from the command
line. It can also be used for plain Test::Unit test suites. You can either specify the
names of the test files you want to run, or let specrb find automatically all the tests in
your project, by using the -a switch (see TEST/SPEC OPTIONS below).
You can also use various options on the command line to pass parameters to the Ruby
interpreterm or to modify the behavior of test/spec and/or test/unit.
אוֹדֶם אפשרויות
-e, --eval קו
להעריך שורת קוד
-d, --לנפות
הגדר דגלי ניפוי שגיאות (הגדר את $DEBUG ל-true)
-w, --לְהַזהִיר
הפעל אזהרות עבור הסקריפט שלך
-I, --לִכלוֹל נתיב
ציין $LOAD_PATH (ניתן להשתמש בו יותר מפעם אחת)
-r, --לִדרוֹשׁ סִפְרִיָה
require the LIBRARY, before executing your script
TEST/SPEC אפשרויות:
-s, --ספקדוקס
do AgileDox-like output
--rdox
do AgileDox-like output with RDoc formatting
-a, --אוֹטוֹמָטִי
לאסוף בדיקות מ- ./test/, לכלול ./lib/
TEST::UNIT אפשרויות:
-n, --שֵׁם שֵׁם
מריץ בדיקות התואמות את הביטוי הרגולרי NAME
-t, --מקרה בדיקה מקרה בדיקה
מריץ בדיקות ב-TestCases התואמות את הביטוי הרגולרי TESTCASE
משותף אפשרויות:
-h, - עזרה
show a message similar to this manpage
--גִרְסָה
גרסה להראות
מחברים
The test/spec library has been written by Christian Neukirchen
<http://purl.org/net/chneukirchen>.
This manual page, inspired by the help message of specrb, has been written for the Debian
Project by Cédric Boutillier (but may used by others).
2012-06-26 SPECRB(1)
Use specrb online using onworks.net services