Skip to main content

Module archive

Module archive 

Source
Expand description

Archive operation for specs.

Provides the canonical implementation for archiving completed specs.

Structs§

ArchiveOptions
Options for the archive operation.

Functions§

archive_spec
Archive a completed spec by moving it to the archive directory.
move_spec_file
Move a file using git mv, falling back to fs::rename if not in a git repo or if no_stage is true.