This commit is contained in:
Maxwell Salzberg 2011-01-20 18:57:20 -08:00
parent 16b892ccec
commit fe0f16812f

View file

@ -97,7 +97,7 @@ describe AspectsController do
it 'takes time' do
Benchmark.realtime{
get :index
}.should < 0.8
}.should < 1.0
end
end
end