Sha256: f915d9f2847c066378f5282ce5eb9c59413dfd40a5082102d66069814c1b42cf
Contents?: true
Size: 348 Bytes
Versions: 19
Compression:
Stored size: 348 Bytes
Contents
class ActionController::IntegrationTest alias_method :orig_initialize, :initialize def initialize(*args) super end end module Spec module Rails module Example class IntegrationExampleGroup < ActionController::IntegrationTest Spec::Example::ExampleGroupFactory.register(:integration, self) end end end end
Version data entries
19 entries across 19 versions & 6 rubygems