I </3 those performance specs…

This commit is contained in:
MrZYX 2011-02-17 15:23:29 +01:00
parent ef9ab553bf
commit dc74aed79b

View file

@ -91,7 +91,7 @@ describe PeopleController do
it 'takes time' do it 'takes time' do
Benchmark.realtime{ Benchmark.realtime{
get :show, :id => @user.person.id get :show, :id => @user.person.id
}.should < 0.5 }.should < 0.8
end end
end end
it 'renders with a post' do it 'renders with a post' do