Sha256: 2be6ad0800b9047df92757d789a7fd540e095bae12e0b51b77274800b0f72dde

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: unknown
  display_name: unknown
  short_name: unknown
  email: next-l@library.example.jp
  note: 
  my_networks: "0.0.0.0/0\r\n\
    ::/0"
  url: "http://localhost:3000/"
  position: 1
  login_banner: "*Next-L Enju*"
  admin_networks: "0.0.0.0/0\r\n\
    ::/0"

# == Schema Information
#
# Table name: library_groups
#
#  id                          :integer         not null, primary key
#  name                        :string(255)     not null
#  display_name                :text
#  short_name                  :string(255)     not null
#  email                       :string(255)
#  my_networks                 :text
#  login_banner                :text
#  note                        :text
#  post_to_union_catalog       :boolean         default(FALSE), not null
#  country_id                  :integer
#  created_at                  :datetime
#  updated_at                  :datetime
#  admin_networks              :text
#  allow_bookmark_external_url :boolean         default(FALSE), not null
#  position                    :integer
#  url                         :string(255)     default("http://localhost:3000/")
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre33 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre32 spec/fixtures/library_groups.yml
enju_library-0.1.0.pre31 spec/fixtures/library_groups.yml