test/terraformer_spec.rb in terraformer-0.1.0 vs test/terraformer_spec.rb in terraformer-0.2.0

- old
+ new

@@ -161,10 +161,10 @@ c = p.coordinates.buffer 100 splitter = ->(d) { a = d.split a[1][a[3]..-1].length } - c.coordinates.each_coordinate do |c| + c.each_coordinate do |c| splitter[c.x].must_be :<=, Terraformer::PRECISION splitter[c.x].must_be :<=, Terraformer::PRECISION end end