Sha256: a7998e66f4efa5e1c3f63c6a38ea04006f05dedadbfe4aba0ab5247cb086c35f
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
require 'minitest/autorun' require 'sideband' class EmailWorker < Sideband::Worker attr_reader :work def initialize @work = 'work' end def call @work = 'finished' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sideband-1.0.0 | test/helper.rb |