Sha256: b9bf0a732097417ca291c5b4b7470c07202a66661880967deb3cbfe01c1277a6
Contents?: true
Size: 321 Bytes
Versions: 184
Compression:
Stored size: 321 Bytes
Contents
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
184 entries across 179 versions & 13 rubygems