module Rails::Generators::Testing::SetupAndTeardown
def setup # :nodoc:
def setup # :nodoc: destination_root_is_set? ensure_current_path super end
def teardown # :nodoc:
def teardown # :nodoc: ensure_current_path super end
def setup # :nodoc: destination_root_is_set? ensure_current_path super end
def teardown # :nodoc: ensure_current_path super end