lib/snapshot/reports_generator.rb in snapshot-0.3.0 vs lib/snapshot/reports_generator.rb in snapshot-0.3.1

- old
+ new

@@ -1,7 +1,7 @@ require 'erb' -require "fastimage" +require 'fastimage' module Snapshot class ReportsGenerator def generate screens_path = SnapshotConfig.shared_instance.screenshots_path @@ -50,9 +50,10 @@ { 'iPhone6Plus' => "iPhone 6 Plus", 'iPhone6' => "iPhone 6", 'iPhone5' => "iPhone 5", 'iPhone4' => "iPhone 4", + 'iOS-iPad' => "iPad" } end end end \ No newline at end of file