aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_methods_test.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-07-24 00:50:24 +0200
committerXavier Noria <fxn@hashref.com>2016-07-24 00:50:24 +0200
commit7714e83da0c8062658a8f38470c1163532f19552 (patch)
tree8ff0303690977148a04f296256c763c2773c7d4d /activerecord/test/cases/attribute_methods_test.rb
parentf9f39d5c4251262a14a776b56ce7e6e845f10389 (diff)
downloadrails-7714e83da0c8062658a8f38470c1163532f19552.tar.gz
rails-7714e83da0c8062658a8f38470c1163532f19552.tar.bz2
rails-7714e83da0c8062658a8f38470c1163532f19552.zip
removes spurious line
Diffstat (limited to 'activerecord/test/cases/attribute_methods_test.rb')
-rw-r--r--activerecord/test/cases/attribute_methods_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/attribute_methods_test.rb b/activerecord/test/cases/attribute_methods_test.rb
index c569fea968..9d66c9964c 100644
--- a/activerecord/test/cases/attribute_methods_test.rb
+++ b/activerecord/test/cases/attribute_methods_test.rb
@@ -258,7 +258,6 @@ class AttributeMethodsTest < ActiveRecord::TestCase
end
test 'update array content' do
- content =
topic = Topic.new
topic.content = %w( one two three )