Skip to content

Instantly share code, notes, and snippets.

@bscofield
Created February 17, 2010 17:58
Show Gist options
  • Save bscofield/306854 to your computer and use it in GitHub Desktop.
Save bscofield/306854 to your computer and use it in GitHub Desktop.
TestUnit options:
-r, [--fixture-replacement=NAME] # Fixture replacement to be invoked
[--fixture] # Indicates when to generate fixture
# Default: true
ActiveRecord options:
[--parent=PARENT] # The parent class for the generated model
-t, [--test-framework=NAME] # Test framework to be invoked
# Default: test_unit
[--migration] # Indicates when to generate migration
# Default: true
[--timestamps] # Indicates when to generate timestamps
# Default: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment