# File lib/mocha/configuration.rb, line 26
26:       def warn_when(action)
27:         configuration[action] = :warn
28:       end