class Rails::Generators::PluginNewGenerator

def with_dummy_app?

def with_dummy_app?
  options[:skip_test_unit].blank? || options[:dummy_path] != 'test/dummy'
end