fixed build
This commit is contained in:
parent
84face159d
commit
417301088f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue