Sha256: fd68fc6589a2f05b33cebbda2281df9b6758912232435ddd2b19400e6a3be006

Contents?: true

Size: 636 Bytes

Versions: 6

Compression:

Stored size: 636 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_helper'

describe NewsPost do
end

# == Schema Information
#
# Table name: news_posts
#
#  id               :integer          not null, primary key
#  title            :text
#  body             :text
#  user_id          :integer
#  start_date       :datetime
#  end_date         :datetime
#  required_role_id :integer          default(1), not null
#  note             :text
#  position         :integer
#  draft            :boolean          default(FALSE), not null
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#  url              :string(255)
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_news-0.1.0.pre8 spec/models/news_post_spec.rb
enju_news-0.1.0.pre7 spec/models/news_post_spec.rb
enju_news-0.1.0.pre6 spec/models/news_post_spec.rb
enju_news-0.1.0.pre5 spec/models/news_post_spec.rb
enju_news-0.1.0.pre4 spec/models/news_post_spec.rb
enju_news-0.1.0.pre3 spec/models/news_post_spec.rb