Skip to content

Commit

Permalink
Fix parentheses warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
NZKoz committed Aug 29, 2008
1 parent db116a2 commit 6769d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/named_scope_test.rb
Expand Up @@ -250,7 +250,7 @@ def test_find_all_should_behave_like_select
end end


def test_rand_should_select_a_random_object_from_proxy def test_rand_should_select_a_random_object_from_proxy
assert Topic.approved.rand.is_a? Topic assert Topic.approved.rand.is_a?(Topic)
end end


def test_should_use_where_in_query_for_named_scope def test_should_use_where_in_query_for_named_scope
Expand Down

0 comments on commit 6769d82

Please sign in to comment.