rails / rails-dom-testing

Extracting DomAssertions and SelectorAssertions from ActionView.
MIT License
175 stars 57 forks source link

autoload + immediately load => require #89

Closed amatsuda closed 3 years ago

amatsuda commented 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.