Sha256: 70c314a11536d915504084436668b0282c698a44faab1421d9515b35e73861ca
Contents?: true
Size: 249 Bytes
Versions: 114
Compression:
Stored size: 249 Bytes
Contents
ENV['DELAYED_VER'] = `cd #{Rails.root.to_s}; git describe --tags --always`.strip if Rails.env.test? # set a really small delay in test environment so that it doesn't # interfere as much with promise tests. Delayed::Worker.sleep_delay = 1 end
Version data entries
114 entries across 114 versions & 1 rubygems