And this is why we pair. ::sigh::
(Revert silly change to aspects#index spec.)
This commit is contained in:
parent
8c1fc12d82
commit
183c840108
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue