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:
parent
f9f39d5c42
commit
7714e83da0
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ class AttributeMethodsTest < ActiveRecord::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
test 'update array content' do
|
test 'update array content' do
|
||||||
content =
|
|
||||||
topic = Topic.new
|
topic = Topic.new
|
||||||
topic.content = %w( one two three )
|
topic.content = %w( one two three )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue