fixed build

This commit is contained in:
danielvincent 2010-11-26 00:56:39 -05:00
parent 84face159d
commit 417301088f

View file

@ -53,7 +53,7 @@ describe CommentsController do
it 'posts no comment' do
user.should_receive(:comment).exactly(0).times
post :create, comment_hash
response.code.should == '401'
response.code.should == '406'
end
end
end