Sha256: 00e85aa417db56e6d4b21d770aa9365a27a8d09f94e330a4f547b4e6d096c7e8
Contents?: true
Size: 313 Bytes
Versions: 5
Compression:
Stored size: 313 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) } describe do before do pending end end end
Version data entries
5 entries across 5 versions & 1 rubygems