79249814

Date: 2024-12-04 03:41:17
Score: 0.5
Natty:
Report link

It's likely that you have executed rake assets:precompile. This compiles assets and saves them in the public/assets folder.

As mentioned in comments, you should be able to remove these with bundle exec rake assets:clean, which will cause your tests to build them from source each time.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David Cook