mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix copy & paste test-case naming. [ci skip]
This commit is contained in:
parent
9c4261351c
commit
37d4bfbfd9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'cases/helper'
|
||||
require 'models/book'
|
||||
|
||||
class StoreTest < ActiveRecord::TestCase
|
||||
class EnumTest < ActiveRecord::TestCase
|
||||
fixtures :books
|
||||
|
||||
setup do
|
||||
|
|
Loading…
Reference in a new issue