Sha256: c44f9eb3a90e3b79404b342843b2e652759bc9fc28af745a816d794100c08f08

Contents?: true

Size: 395 Bytes

Versions: 5

Compression:

Stored size: 395 Bytes

Contents

# == Schema Information
#
# Table name: recipients
#
#  id         :integer          not null, primary key
#  email      :string(255)      not null
#  active     :boolean          default(TRUE)
#  created_at :datetime
#  updated_at :datetime
#  contact_id :integer
#

require 'spec_helper'
module Mokio
  describe Recipient do
    pending "add some examples to (or delete) #{__FILE__}"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mokio-2.0.8 spec/models/recipient_spec.rb
mokio-0.0.15 spec/models/recipient_spec.rb
mokio-0.0.14 spec/models/recipient_spec.rb
mokio-0.0.13 spec/models/recipient_spec.rb
mokio-0.0.12 spec/models/recipient_spec.rb