Sha256: 980d84a6196b9f35a7823a2ec994f3a0644946e729299d8845d1e2d6ea7f103b

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 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               :integer         not null, primary key
#  name             :string(255)     not null
#  display_name     :text
#  url              :string(255)     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
#  updated_at       :datetime
#

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre5 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre4 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre3 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre2 spec/fixtures/search_engines.yml
enju_library-0.1.0.pre spec/fixtures/search_engines.yml
enju_library-0.0.2 spec/fixtures/search_engines.yml