1
0
Fork 0
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:
Yves Senn 2013-11-04 19:22:53 +01:00
parent 9c4261351c
commit 37d4bfbfd9

View file

@ -1,7 +1,7 @@
require 'cases/helper'
require 'models/book'
class StoreTest < ActiveRecord::TestCase
class EnumTest < ActiveRecord::TestCase
fixtures :books
setup do