# File test/test_accumulator_bar.rb, line 7 def setup @datasets = [ (1..20).to_a.map { rand(10) } ] end