lib/gnawrnip/step_screenshot.rb in gnawrnip-0.1.2 vs lib/gnawrnip/step_screenshot.rb in gnawrnip-0.1.3

- old
+ new

@@ -19,16 +19,16 @@ end end def animation_image(paths) text = '<div class="screenshot animation">' - text += Gnawrnip.photographer.animation(paths) + text += Gnawrnip.publisher.animation(paths) text + '</div>' end def single_image(path) text = '<div class="screenshot">' - text += Gnawrnip.photographer.single(path) + text += Gnawrnip.publisher.single(path) text + '</div>' end end end end