test/tc_spec_id.rb in mspire-0.1.5 vs test/tc_spec_id.rb in mspire-0.1.7

- old
+ new

@@ -64,9 +64,7 @@ def assert_in_delta_arrays(one, two, delta, message=nil) one.each_with_index do |v,i| assert_in_delta(v, two[i], delta, message) end end - end -