Skip to content

Instantly share code, notes, and snippets.

@rdp
Created July 14, 2010 17:53
Show Gist options
  • Save rdp/475756 to your computer and use it in GitHub Desktop.
Save rdp/475756 to your computer and use it in GitHub Desktop.
first without a space:
C:\dev\ruby\downloads\vacationManager>\installs\Ruby187\bin\spork --help
Usage: spork [test framework name] [options]
Options:
-b, --bootstrap
-d, --diagnose
-h, --help
-p, --port [PORT]
Supported test frameworks:
(*) Cucumber
( ) RSpec
(*) TestUnit
Legend: ( ) - not detected in project (*) - detected
now same version, with space:
C:\dev\ruby\downloads\vacationManager>"\installs\a space\Ruby187\bin\spork" --help
Usage: spork [test framework name] [options]
Options:
-b, --bootstrap
-d, --diagnose
-h, --help
-p, --port [PORT]
Supported test frameworks:
(*) Cucumber
( ) RSpec
(*) TestUnit
Legend: ( ) - not detected in project (*) - detected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment