class Lolcommits::CaptureFake
Public Instance Methods
capture()
click to toggle source
# File lib/lolcommits/capture_fake.rb, line 3 def capture test_image = File.join Configuration::LOLCOMMITS_ROOT, "test", "images", "test_image.jpg" FileUtils.cp test_image, snapshot_location end