Sha256: 873912dfc282661eba5bd30f38241783ed444875814c814aa502ce6099d372ea

Contents?: true

Size: 641 Bytes

Versions: 6

Compression:

Stored size: 641 Bytes

Contents

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

describe Answer do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: answers
#
#  id                   :integer          not null, primary key
#  user_id              :integer          not null
#  question_id          :integer          not null
#  body                 :text
#  created_at           :datetime
#  updated_at           :datetime
#  deleted_at           :datetime
#  shared               :boolean          default(TRUE), not null
#  state                :string
#  item_identifier_list :text
#  url_list             :text
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_question-0.3.2 spec/models/answer_spec.rb
enju_question-0.3.1 spec/models/answer_spec.rb
enju_question-0.3.0 spec/models/answer_spec.rb
enju_question-0.3.0.beta.1 spec/models/answer_spec.rb
enju_question-0.2.0 spec/models/answer_spec.rb
enju_question-0.2.0.beta.4 spec/models/answer_spec.rb