Sha256: c3f0153eb3f49fb2511f9b8dd767add788840aeaa76a5217d9871c7340ea583a

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

search_engine_00001:
  id: 1
  name: Keio University Library
  url: http://catalog.lib.keio.ac.jp/
  base_url: http://catalog.lib.keio.ac.jp/
  http_method: post
  query_param: query
  additional_param: "submit=Search\nlocale=ja\nkeyword={query}"
  note: 
  position: 1

search_engine_00002:
  id: 2
  name: Google
  url: http://www.google.com/
  base_url: http://www.google.com/
  http_method: get
  query_param: q
  note: 
  position: 2

# == Schema Information
#
# Table name: search_engines
#
#  id                        :bigint           not null, primary key
#  name                      :string           not null
#  display_name              :text
#  url                       :string           not null
#  base_url                  :text             not null
#  http_method               :text             not null
#  query_param               :text             not null
#  additional_param          :text
#  note                      :text
#  position                  :integer
#  created_at                :datetime         not null
#  updated_at                :datetime         not null
#  display_name_translations :jsonb            not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_library-0.4.0.rc.1 spec/fixtures/search_engines.yml