Sha256: 9cd26bd8911b37a7f2b3462a6783bb6c65c31b80c39d22ec763b17e32af10338
Contents?: true
Size: 809 Bytes
Versions: 13
Compression:
Stored size: 809 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe SearchEngine do fixtures :search_engines it "should respond to search_params" do search_engines(:search_engine_00001).search_params('test').should eq({:submit => 'Search', :locale => 'ja', :keyword => 'test'}) end end # == Schema Information # # Table name: search_engines # # id :integer 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 # updated_at :datetime #
Version data entries
13 entries across 13 versions & 1 rubygems