percy/lib/app_percy.rb in percy-appium-app-0.0.2.pre.beta.0 vs percy/lib/app_percy.rb in percy-appium-app-0.0.2
- old
+ new
@@ -47,9 +47,10 @@
raise TypeError,
'Argument orientation should be a String and portrait/landscape'
end
@provider.screenshot(name, **kwargs)
+ nil
end
attr_reader :percy_options
end
end