Sha256: 8b3eed75388803d98b7b9fa03df3c5c477f30e59c2a51e678ef7b2becb58c6aa
Contents?: true
Size: 320 Bytes
Versions: 13
Compression:
Stored size: 320 Bytes
Contents
Houston.config do on "testing_note:create" do |note| ticket, verdict = note.ticket, note.verdict ProjectNotification.testing_note(note, ticket.participants).deliver! if verdict == "none" ProjectNotification.testing_note(note, ticket.participants.reject(&:tester?)).deliver! if verdict == "fails" end end
Version data entries
13 entries across 13 versions & 1 rubygems