Closed amatsuda closed 3 years ago
dom/testing/assertions.rb autoloads two constants, then immediately references these two constants a couple lines below the autoload. It'd be better to simply require these files.
require
dom/testing/assertions.rb autoloads two constants, then immediately references these two constants a couple lines below the autoload. It'd be better to simply
require
these files.