mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
rename named_scope_test.rb to a proper file name
The file name should be name_scoping_test.rb and the class should be `NamedScopingTest` according to ActiveRecord::Scoping::Name
This commit is contained in:
parent
1fde758297
commit
e4da432a3a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'models/reply'
|
|||
require 'models/author'
|
||||
require 'models/developer'
|
||||
|
||||
class NamedScopeTest < ActiveRecord::TestCase
|
||||
class NamedScopingTest < ActiveRecord::TestCase
|
||||
fixtures :posts, :authors, :topics, :comments, :author_addresses
|
||||
|
||||
def test_implements_enumerable
|
Loading…
Reference in a new issue