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