提交 a7491b73 编写于 作者: Y yuuji.yaginuma

Fix test class name for `Assertions` module

Because this class includes not only `assert_difference` but also tests
of other assertion methods.
上级 bcf9e055
......@@ -2,7 +2,7 @@
require "abstract_unit"
class AssertDifferenceTest < ActiveSupport::TestCase
class AssertionsTest < ActiveSupport::TestCase
def setup
@object = Class.new do
attr_accessor :num
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册