mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use separate test class name
This commit is contained in:
parent
b708a6050c
commit
8a40cba66a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'abstract_unit'
|
require 'abstract_unit'
|
||||||
require 'active_support/core_ext/module/attribute_accessors_per_thread'
|
require 'active_support/core_ext/module/attribute_accessors_per_thread'
|
||||||
|
|
||||||
class ModuleAttributeAccessorTest < ActiveSupport::TestCase
|
class ModuleAttributeAccessorPerThreadTest < ActiveSupport::TestCase
|
||||||
def setup
|
def setup
|
||||||
@class = Class.new do
|
@class = Class.new do
|
||||||
thread_mattr_accessor :foo
|
thread_mattr_accessor :foo
|
||||||
|
|
Loading…
Reference in a new issue