1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove debug code

Added by 101c19f55f.
This commit is contained in:
Carlos Antonio da Silva 2015-02-08 11:51:21 -02:00
parent 00222bc22a
commit f636ab75f1

View file

@ -78,11 +78,6 @@ class SchemaDumperTest < ActiveRecord::TestCase
end
end.compact
if lengths.uniq.length != 1
p lengths.uniq.length
puts column_set
end
assert_equal 1, lengths.uniq.length
end
end