Sha256: 097dd35a57efc6be54fc4a94ea96600046bfbf02553f076f7c4d6fbe877cfe40
Contents?: true
Size: 236 Bytes
Versions: 14
Compression:
Stored size: 236 Bytes
Contents
When /^I run the delayed jobs$/ do Delayed::Job.work_off.inspect end When /^I change the name of delayed beta (\w+) to (\w+)$/ do |current, replacement| DelayedBeta.find_by_name(current).update_attributes(:name => replacement) end
Version data entries
14 entries across 14 versions & 8 rubygems