Method: MSpecOptions#unguarded

Defined in:
lib/mspec/utils/options.rb

#unguardedObject



387
388
389
390
391
392
393
394
# File 'lib/mspec/utils/options.rb', line 387

def unguarded
  on("--unguarded", "Turn off all guards") do
    MSpec.register_mode :unguarded
  end
  on("--no-ruby_bug", "Turn off the ruby_bug guard") do
    MSpec.register_mode :no_ruby_bug
  end
end