test/qv_helpers.rb in qooxview-1.9.10 vs test/qv_helpers.rb in qooxview-1.9.11
- old
+ new
@@ -100,10 +100,10 @@
def test_create_sqlite
Accounts.create(:name => 'test')
end
- def test_speed_sqlite
+ def tes_speed_sqlite
dputs(1) { 'Benchmark' }
(0..4).each { |b|
dputs(1) { Benchmark.measure("Accounts #{(b*50).to_s.rjust(3)}") {
(1..500).each { |i|
Accounts.create(:name => 'test')