Displaying 1 result from an estimated 1 matches for "gap_quick_quote_parameters".
2007 Jan 16
2
Specifying the contents of a date selector
...iew code  
yet???)...
I''m using the date_select form helper to give me three select popups,  
(day, month, year).  I want to specify that these exist and are set  
to today''s date
I''ve tried this:
     response.should_have ''form > p > select 
[name="gap_quick_quote_parameters[purchase_date(3i)]"] > option'',
                           :attributes => { :value => ''16'', :selected  
=> ''selected'' },
                           :content => ''16''
But it fails, saying:
     Invalid selector: &quo...