fastlane/lib/fastlane/runner.rb in fastlane-2.73.0 vs fastlane/lib/fastlane/runner.rb in fastlane-2.74.0.beta.20180106010004

- old
+ new

@@ -345,9 +345,13 @@ def lanes @lanes ||= {} end + def did_finish + # to maintain compatibility with other sibling classes that have this API + end + def before_each_blocks @before_each ||= {} end def after_each_blocks