This message was imported from the Ruby/Rails Modularity Slack server. Find more info in the import thread.
Message originally sent by slack user U717FXJ8HWK
Has anyone explored the possibility of running package tests independently of the other code? By that I mean running RSpec while loading the package and its dependencies only, to make sure there are no hidden code dependencies that aren’t caught by Packwerk?
To be clear, I’m speaking about regular Packwerk packages that aren’t gems or engines.