jbuilder icon indicating copy to clipboard operation
jbuilder copied to clipboard

Fix warnings and prevent Jbuilder::VERSION constant from being obliterated

Open pixeltrix opened this issue 1 year ago • 0 comments

Fixes the following warnings:

  • Warning about routes.rb file not existing when running tests
  • Warning about method redefinition in test_helper.rb
  • Warning about constant redefinition in jbuilder.rb

Some warnings remain about gem loading but they appear to be upstream issues.

Also fixes bin/test to use the correct path for the env command and adds Rails 7.2 to the Appraisals file.

pixeltrix avatar Sep 18 '24 10:09 pixeltrix