mirror of https://github.com/rails/rails
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:
parent
bcf9e055cf
commit
a7491b73f8
|
@ -2,7 +2,7 @@
|
|||
|
||||
require "abstract_unit"
|
||||
|
||||
class AssertDifferenceTest < ActiveSupport::TestCase
|
||||
class AssertionsTest < ActiveSupport::TestCase
|
||||
def setup
|
||||
@object = Class.new do
|
||||
attr_accessor :num
|
||||
|
|
Loading…
Reference in New Issue