lib/screengrab.rb in screengrab-0.5.0 vs lib/screengrab.rb in screengrab-0.5.1
- old
+ new
@@ -26,6 +26,7 @@
end
end
Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore
UI = FastlaneCore::UI
+ ROOT = Pathname.new(File.expand_path('../..', __FILE__))
end