You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appraisal is nice but it can be simplified.
Additionally, it doesn't currently support the bundler plugin api so
override_gem, plugin, etc., won't work. We do this in some repositories
so unless there's a reason to stick with appraisal, it's safer
to use a solution that's simpler and more future-proof.
See: `https://github.com/thoughtbot/appraisal/issues/178`
I've recently added Diffend to my project, but am seeing the following error.
Is this the "not supported" part of the Appraisal README that says: "vendoring plugins is not supported"?
Would you say wrapping it in
!ENV["APPRAISAL_INITIALIZED"]
is the canonical way of working withplugin
s?The text was updated successfully, but these errors were encountered: