Sha256: b8b2f838214800a0452f630f0a0d1bf3564452e88510dc0a17f42883bb09740d
Contents?: true
Size: 397 Bytes
Versions: 14
Compression:
Stored size: 397 Bytes
Contents
module MiniTestSpecRails module Init module ActionDispatchBehavior extend ActiveSupport::Concern included do register_spec_type(/(Acceptance|Integration) ?Test\z/, self) register_spec_type(self) { |desc| Class === desc && desc < self } end end end end ActionDispatch::IntegrationTest.send :include, MiniTestSpecRails::Init::ActionDispatchBehavior
Version data entries
14 entries across 14 versions & 2 rubygems