# File lib/merb-gen/base.rb, line 51
  def add_options!(opts)
    opts.on("-S", "--[no-]spec", "Generate with RSpec") {|s| @options["spec"] = true}
    opts.on("-T", "--[no-]test", "Generate with Test::Unit") {|t| @options["test"] = true}
  end