search for: child_nam

Displaying 2 results from an estimated 2 matches for "child_nam".

Did you mean: child_name
2001 Jan 22
0
vorbiscomment gui ideas
...lumns> <column_widths>80</column_widths> <selection_mode>GTK_SELECTION_SINGLE</selection_mode> <show_titles>True</show_titles> <shadow_type>GTK_SHADOW_IN</shadow_type> <widget> <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label5</name> <label>Artists</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> <yalign>0.5</yalign> <xpad>0&l...
2007 Oct 01
0
View Spec - Misbehaving
I''m trying to write my first view spec; I''ve done some controller specs with integrated views, but thought that isolating the views for some of these tests might be nice. So I wrote this: > describe PlayerContainer, "show" do > > PARENT_ID = 12 > CHILD_NAME = ''Child Name'' > PARENT_NAME = ''Parent Name'' > > before(:each) do > parent = mock_model(Customer) > parent.should_receive(:name).and_return(PARENT_NAME) > parent.should_receive(:id).and_return(PARENT_ID) > @container = mo...