Sha256: bc021dfdc0bb383bfbb581a5de11adb7aa150d451c6be809b60354c2a3778bb3
Contents?: true
Size: 324 Bytes
Versions: 25
Compression:
Stored size: 324 Bytes
Contents
require 'rails_helper' module MessageTrain RSpec.describe Unsubscribe do include_context 'loaded site' describe 'Model' do # Relationships it { should belong_to :recipient } it { should belong_to :from } # Validations it { should validate_presence_of :recipient } end end end
Version data entries
25 entries across 25 versions & 1 rubygems