blob: ee82578cdb05ca3219bd1099a351f66f81e2cf2f (
plain) (
tree)
|
|
Description:
Stubs out a new performance test. Pass the name of the test, either
CamelCased or under_scored, as an argument.
This generator invokes the current performance tool, which defaults to
TestUnit.
Example:
`./script/generate performance_test GeneralStories` creates a GeneralStories
performance test in test/performance/general_stories_test.rb
|