Displaying 2 results from an estimated 2 matches for "58438".
Did you mean:
5838
2006 Apr 19
0
CESA-2006:0329 Critical CentOS 3 i386 mozilla - security update
CentOS Errata and Security Advisory CESA-2006:0329
mozilla security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2006-0329.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/mozilla-1.7.13-1.1.3.1.centos3.i386.rpm
updates/i386/RPMS/mozilla-chat-1.7.13-1.1.3.1.centos3.i386.rpm
2007 May 05
10
have_one and have_present
>Comment By: Luis Lavena (luislavena)
> Date: 2007-05-04 23:37
> describe "An Asset" do
> before(:each) do
> @asset = Asset.new
> end
>
> it { @asset.should have_one(:attachment) }
> it { @asset.should have_present(:something) }
> end
Food for thought on these. I like have_one a lot. It speaks to me as a
Rails developer and I think it speaks to