Skip to content

Commit

Permalink
Remove waning of unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 21, 2012
1 parent 40617c7 commit 200e6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord/test/cases/persistence_test.rb
Expand Up @@ -404,7 +404,6 @@ def test_update_attribute_for_readonly_attribute

def test_update_attribute_with_one_updated
t = Topic.first
title = t.title

ActiveSupport::Deprecation.silence do
t.update_attribute(:title, 'super_title')
Expand Down

0 comments on commit 200e6a6

Please sign in to comment.