Sha256: f6da72d818584e079d7a41c705029ac86d555332bd8a5d71755cbfff0ba1f312

Contents?: true

Size: 1.18 KB

Versions: 16

Compression:

Stored size: 1.18 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
  id: 1
  name: unknown
  display_name: unknown
  short_name: unknown
  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"
  settings: <% if Rails::VERSION::MAJOR > 3 %>
    "{\"max_number_of_results\":200,\"family_name_first\":true,\"book_jacket_source\":\"google\",\"screenshot_generator\":\"mozshot\"}"
  <% else %>
    "---\n:max_number_of_results: 200\n:family_name_first: true\n:book_jacket_source: \"google\"\n:screenshot_generator: \"mozshot\""
  <% end %>

# == 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

16 entries across 16 versions & 2 rubygems

Version Path
enju_flower-0.1.2 spec/fixtures/library_groups.yml
enju_leaf-1.2.0.beta.1 spec/fixtures/library_groups.yml
enju_leaf-1.1.4 spec/fixtures/library_groups.yml
enju_leaf-1.1.3 spec/fixtures/library_groups.yml
enju_flower-0.1.1 spec/fixtures/library_groups.yml
enju_leaf-1.1.2 spec/fixtures/library_groups.yml
enju_leaf-1.1.1 spec/fixtures/library_groups.yml
enju_flower-0.1.0 spec/fixtures/library_groups.yml
enju_leaf-1.1.0 spec/fixtures/library_groups.yml
enju_flower-0.1.0.pre24 spec/fixtures/library_groups.yml
enju_leaf-1.1.0.rc22 spec/fixtures/library_groups.yml
enju_leaf-1.1.0.rc21 spec/fixtures/library_groups.yml
enju_flower-0.1.0.pre23 spec/fixtures/library_groups.yml
enju_leaf-1.1.0.rc20 spec/fixtures/library_groups.yml
enju_leaf-1.1.0.rc19 spec/fixtures/library_groups.yml
enju_flower-0.1.0.pre22 spec/fixtures/library_groups.yml