spec/functional/speed_spec.rb in picky-4.0.0pre1 vs spec/functional/speed_spec.rb in picky-4.0.0pre2

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 # -require File.dirname(__FILE__) + '/../spec_helper' +require 'spec_helper' describe "Speccing Ruby for speed" do describe "various versions for allocation id concatenating – with symbols" do before(:each) do @allocs = [:hello, :speed, :test] @@ -89,7 +89,7 @@ end.flatten! end.should < 0.02 end end end - + end \ No newline at end of file