Sha256: 785175941a814f41d53668e530dc8a943812ba101034af3d399410bcac5a5910
Contents?: true
Size: 602 Bytes
Versions: 70
Compression:
Stored size: 602 Bytes
Contents
module RSpec module Rails # @api public # Container module for job spec functionality. It is only available if # ActiveJob has been loaded before it. module JobExampleGroup # This blank module is only necessary for YARD processing. It doesn't # handle the conditional `defined?` check below very well. end end end if defined?(ActiveJob) module RSpec module Rails # Container module for job spec functionality. module JobExampleGroup extend ActiveSupport::Concern include RSpec::Rails::RailsExampleGroup end end end end
Version data entries
70 entries across 67 versions & 9 rubygems