spec/lib/character_substituters/polish_spec.rb in picky-4.29.0 vs spec/lib/character_substituters/polish_spec.rb in picky-4.30.0

- old
+ new

@@ -24,10 +24,10 @@ # describe "speed" do it "is fast" do substituter.substitute 'ą' # Prerun result = performance_of { substituter.substitute('ą') } - result.should < 0.00009 + result.should < 0.0002 end it "is fast" do result = performance_of { substituter.substitute('abcdefghijklmnopqrstuvwxyz1234567890') } result.should < 0.00015 end