Sha256: 5f47c2908127aeff31c5471270944f3e950c984c1915f0eb4622f3143c299b55

Contents?: true

Size: 1022 Bytes

Versions: 6

Compression:

Stored size: 1022 Bytes

Contents

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

describe LibraryGroup do
  fixtures :library_groups

  it "should get library_group_config" do
    LibraryGroup.site_config.should be_true
  end
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
#  email                       :string(255)
#  my_networks                 :text
#  login_banner                :text
#  note                        :text
#  country_id                  :integer
#  created_at                  :datetime        not null
#  updated_at                  :datetime        not null
#  admin_networks              :text
#  allow_bookmark_external_url :boolean         default(FALSE), not null
#  position                    :integer
#  url                         :string(255)     default("http://localhost:3000/")
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre5 spec/models/library_group_spec.rb
enju_library-0.1.0.pre4 spec/models/library_group_spec.rb
enju_library-0.1.0.pre3 spec/models/library_group_spec.rb
enju_library-0.1.0.pre2 spec/models/library_group_spec.rb
enju_library-0.1.0.pre spec/models/library_group_spec.rb
enju_library-0.0.2 spec/models/library_group_spec.rb