class ExtensionControllerGenerator

def add_options!(opt)

def add_options!(opt)
  opt.separator ''
  opt.separator 'Options:'
  opt.on("--with-test-unit",
         "Use Test::Unit tests instead sof RSpec.") { |v| options[:with_test_unit] = v }
end