Description:
    Stubs out a new system test. Pass the name of the test, either
    CamelCased or under_scored, as an argument.

    This generator invokes the current system tool, which defaults to
    TestUnit.

Example:
    `rails generate system_test GeneralStories` creates a GeneralStories
    system test in test/system/general_stories_test.rb
