Sha256: 4cfa1a6651f0e01e490bb3857bc0595aa94ba65ba3403932d2ffbaf85b20ab05

Contents?: true

Size: 845 Bytes

Versions: 11

Compression:

Stored size: 845 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: enju_library
  display_name: "<%= I18n.locale %>: Enju Library"
  short_name: enju
  note: 
  my_networks: 0.0.0.0/0
  url: "http://localhost:3000/"
  position: 1
  login_banner: "*Next-L Enju*"
  user_id: 1

# == 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
#  my_networks    :text
#  login_banner   :text
#  note           :text
#  country_id     :integer
#  position       :integer
#  created_at     :datetime         not null
#  updated_at     :datetime         not null
#  admin_networks :text
#  url            :string(255)      default("http://localhost:3000/")
#

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_subject-0.3.1 spec/fixtures/library_groups.yml
enju_subject-0.3.0 spec/fixtures/library_groups.yml
enju_subject-0.3.0.rc.1 spec/fixtures/library_groups.yml
enju_subject-0.3.0.beta.1 spec/fixtures/library_groups.yml
enju_subject-0.2.3 spec/fixtures/library_groups.yml
enju_subject-0.2.2 spec/fixtures/library_groups.yml
enju_subject-0.2.1 spec/fixtures/library_groups.yml
enju_subject-0.2.0 spec/fixtures/library_groups.yml
enju_subject-0.2.0.beta.5 spec/fixtures/library_groups.yml
enju_subject-0.2.0.beta.4 spec/fixtures/library_groups.yml
enju_subject-0.2.0.beta.3 spec/fixtures/library_groups.yml