Sha256: d69a4cad85a7e1d4c357b69dee3db08326d41c7f719fe6ddd6886cac15de356e
Contents?: true
Size: 617 Bytes
Versions: 22
Compression:
Stored size: 617 Bytes
Contents
# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "controllers that are not catalog controller" do it "should have the correct search form" do pending visit alternate_index_path page.should have_selector("form[action='#{alternate_index_path}']") fill_in "q", :with=>"history" click_button 'search' # page.should have_link("startOverLink", :href=>alternate_index_path) page.should have_selector("form.per_page[action='#{alternate_index_path}']") page.should have_selector("form.sort[action='#{alternate_index_path}']") end end
Version data entries
22 entries across 22 versions & 1 rubygems