From 4a06489525809755bcb8fd4c05394dbfb900f237 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 14 Jul 2010 16:50:18 +0100 Subject: Style fixes --- activerecord/test/cases/base_test.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activerecord/test') diff --git a/activerecord/test/cases/base_test.rb b/activerecord/test/cases/base_test.rb index a4cf5120e1..87f46d2992 100644 --- a/activerecord/test/cases/base_test.rb +++ b/activerecord/test/cases/base_test.rb @@ -63,9 +63,7 @@ class BasicsTest < ActiveRecord::TestCase def test_set_attributes_without_hash topic = Topic.new - assert_nothing_raised do - topic.attributes = '' - end + assert_nothing_raised { topic.attributes = '' } end def test_integers_as_nil -- cgit v1.2.3