screengrab/lib/screengrab/reports_generator.rb in fastlane-2.65.0.beta.20171116010004 vs screengrab/lib/screengrab/reports_generator.rb in fastlane-2.65.0.beta.20171117010003

- old
+ new

@@ -19,10 +19,10 @@ @data[language][device_type_folder] << resulting_path end end html_path = File.join(Screengrab::ROOT, "lib", "screengrab/page.html.erb") - html = ERB.new(File.read(html_path)).result(binding) # http://www.rrn.dk/rubys-erb-templating-system + html = ERB.new(File.read(html_path)).result(binding) # https://web.archive.org/web/20160430190141/www.rrn.dk/rubys-erb-templating-system export_path = "#{screens_path}/screenshots.html" File.write(export_path, html) export_path = File.expand_path(export_path)