Sha256: b846f70eff56b76d0d513dc20786479292a3c9e54610de4cdfd3c102ada8b1c1
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
# -*- coding: utf-8 -*- require 'spec_helper' describe Courier::Message do it { should belong_to(:owner) } it { should validate_presence_of(:owner) } it { should validate_presence_of(:service) } it { should validate_presence_of(:template) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
courier-0.2.4 | spec/courier/message_spec.rb |
courier-0.2.3 | spec/courier/message_spec.rb |