Sha256: ca1b6f4733b626f12a118b4532c4d6a858c36bf43cd0dcc4a663882117b7f287

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

require 'rails_helper'

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

end

# == Schema Information
#
# Table name: bookstores
#
#  id               :bigint           not null, primary key
#  name             :text             not null
#  zip_code         :string
#  address          :text
#  note             :text
#  telephone_number :string
#  fax_number       :string
#  url              :string
#  position         :integer
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_library-0.4.0.rc.1 spec/models/bookstore_spec.rb