# File lib/mspec/utils/options.rb, line 351
351:   def pretend
352:     on("-Z", "--dry-run",
353:        "Invoke formatters and other actions, but don't execute the specs") do
354:       MSpec.register_mode :pretend
355:     end
356:   end