Displaying 2 results from an estimated 2 matches for "open_pag".
Did you mean:
open_page
2011 Mar 19
2
I get an error message
...endedtrial==1){getElementById("title").style.display='none';getElementById("title_ext").style.display='inline';getElementById("startbt").style.display='none';getElementById("startbt_ext").style.display='inline';}
changeLanguage(OPEN_PAGE);initComponents();var adbrokerUrl=AM_Get_Ad_Broker_URL();if(adbrokerUrl){ajax=new Ajax(adbrokerReady);ajax.query(adbrokerUrl);}
}
</script> <title></title><meta Http-Equiv="Cache-Control" Content="no-cache"><meta Http-Equiv="Pragma" Content=...
2008 Mar 13
22
Specifing methods in a steps_for block
Hey list,
I''m refactoring some much-used functionality into a common_steps step
group. Methods like this are in there:
steps_for :common do
Given "a number of existing $types?" do |type|
@initial_item_count = type.singularize.classify.constantize.count
end
When "the user adds an invalid $type" do |type|
post