And this is why we pair. ::sigh::

(Revert silly change to aspects#index spec.)
This commit is contained in:
Sarah Mei 2011-02-20 01:54:06 -08:00
parent 8c1fc12d82
commit 183c840108

View file

@ -55,7 +55,7 @@ describe AspectsController do
describe "#index" do
it "assigns @contacts to all the user's contacts" do
get :index
assigns[:contacts].should =~ @user.contacts
assigns[:contacts].map{|c| c.id}.should == @user.contacts.map{|c| c.id}
end
it "generates a jasmine fixture" do
get :index