Fix test class name for `Assertions` module

Because this class includes not only `assert_difference` but also tests
of other assertion methods.
This commit is contained in:
yuuji.yaginuma 2018-04-08 12:14:06 +09:00
parent bcf9e055cf
commit a7491b73f8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
require "abstract_unit"
class AssertDifferenceTest < ActiveSupport::TestCase
class AssertionsTest < ActiveSupport::TestCase
def setup
@object = Class.new do
attr_accessor :num