Source: show | on GitHub
# File actionpack/test/abstract_unit.rb, line 366 def initialize(block, strict = false) @block = block @strict = strict super() end