Created
February 17, 2010 17:58
-
-
Save bscofield/306854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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