aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/export/message_spec.rb
blob: 61a3b631991e43711748a073cf92133dca50152f (plain)
1
2
3
4
5
6
7
require 'rails_helper'

RSpec.describe Export::Message, :type => :model do
  it { should validate_presence_of(:criticity) }
  it { should belong_to(:export) }
  it { should belong_to(:resource) }
end