fastlane/lib/fastlane/actions/docs/screengrab.md in fastlane-2.61.0.beta.20171009010003 vs fastlane/lib/fastlane/actions/docs/screengrab.md in fastlane-2.61.0

- old
+ new

@@ -78,10 +78,10 @@ Running `fastlane screengrab init` generated a Screengrabfile which can store all of your configuration options. Since most values will not change often for your project, it is recommended to store them there. The `Screengrabfile` is written in Ruby, so you may find it helpful to use an editor that highlights Ruby syntax to modify this file. -```ruby +```ruby-skip-tests # remove the leading '#' to uncomment lines # app_package_name 'your.app.package' # use_tests_in_packages ['your.screenshot.tests.package']