when a dossier is terminated (accepte, refuse or classe_sans_suite), we store now `processed_at` and `motivation` in a traitement instance
5 lines
128 B
Ruby
5 lines
128 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Traitement, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|