Skip to content

Commit

Permalink
Renaming the deprecated finder test
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2625 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Oct 15, 2005
1 parent 3625dfa commit e48055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/deprecated_finder_test.rb
Expand Up @@ -4,7 +4,7 @@
require 'fixtures/entrant'
require 'fixtures/developer'

class FinderTest < Test::Unit::TestCase
class DeprecatedFinderTest < Test::Unit::TestCase
fixtures :companies, :topics, :entrants, :developers

def test_find_all_with_limit
Expand Down

0 comments on commit e48055a

Please sign in to comment.