Skip to content

Instantly share code, notes, and snippets.

@radar
Created June 21, 2017 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/33e06406b89678a8b0cf4bc7396cefcb to your computer and use it in GitHub Desktop.
Save radar/33e06406b89678a8b0cf4bc7396cefcb to your computer and use it in GitHub Desktop.
Usage:
rails generate test_unit:helper NAME [options]
Options:
[--skip-namespace], [--no-skip-namespace] # Skip namespace (affects only isolated applications)
Runtime options:
-f, [--force] # Overwrite files that already exist
-p, [--pretend], [--no-pretend] # Run but do not make any changes
-q, [--quiet], [--no-quiet] # Suppress status output
-s, [--skip], [--no-skip] # Skip files that already exist
Description:
Create test unit files for helper generator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment