Sha256: 71024fa3c74296ad16ff0fb9c1ca95099155a36381adda6304d0e97bbb0eb6e3
Contents?: true
Size: 352 Bytes
Versions: 203
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true module Rails module Generators module Testing module SetupAndTeardown def setup # :nodoc: destination_root_is_set? ensure_current_path super end def teardown # :nodoc: ensure_current_path super end end end end end
Version data entries
203 entries across 190 versions & 14 rubygems