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

removes spurious line

This commit is contained in:
Xavier Noria 2016-07-24 00:50:24 +02:00
parent f9f39d5c42
commit 7714e83da0

View file

@ -258,7 +258,6 @@ class AttributeMethodsTest < ActiveRecord::TestCase
end
test 'update array content' do
content =
topic = Topic.new
topic.content = %w( one two three )