# File lib/mocha/configuration.rb, line 20
20:       def allow(action, &block)
21:         change_config action, :allow, &block
22:       end