Sha256: 8690a35e74b2d0a2c4fd3e6501be91d4a31564c3e12d6c73c7058ff24f5e7b58

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 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
#  updated_at       :datetime
#  url              :string
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_news-0.1.1 spec/models/news_post_spec.rb
enju_news-0.1.0 spec/models/news_post_spec.rb
enju_news-0.1.0.pre9 spec/models/news_post_spec.rb