Displaying 1 result from an estimated 1 matches for "player_containers".
2007 Oct 01
0
View Spec - Misbehaving
...@container.should_receive(:parent_id).and_return(PARENT_ID)
> assigns[:container] = @container
> params[:locale] = ''en-US''
> end
>
> it "should display name" do
> @container.should_receive(:note).and_return(nil)
> render "/player_containers/show"
>
> response.should have_tag(''span#name'', CHILD_NAME)
> end
>
> it "should display note, when present"
>
> it "should display empty note, when not present"
>
> end
If I fire up script/server and point the browse...