Sha256: e443afc3f79bfee37381f41f4090c0b67b1ce0c46543520ef87e7c0a7d728e98
Contents?: true
Size: 255 Bytes
Versions: 30
Compression:
Stored size: 255 Bytes
Contents
# -*- encoding : utf-8 -*- module Lolcommits class CaptureFake < Capturer def capture test_image = File.join Configuration::LOLCOMMITS_ROOT, 'test', 'images', 'test_image.jpg' FileUtils.cp test_image, snapshot_location end end end
Version data entries
30 entries across 30 versions & 2 rubygems