Sha256: 944f9b067b229859092d9cf135720175001ebc95f70af393f0432de1c5853ca9

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

require "snapshot_inspector/storage"

namespace :tmp do
  namespace :snapshots do
    desc "Clear all files in the snapshots storage directory (e.g. tmp/snapshots)"
    task :clear do
      SnapshotInspector::Storage.clear
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
snapshot_inspector-0.1.1 lib/tasks/tmp.rake