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
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Testbot is adding stuff like Adapter and SSHTunnel to the global namespace. In my case, I already have something called Adapter in my application. Testbot should be a good Ruby citizen and only add the minimal amount of constants necessary to the global namespace. Everything should be namespaced under Testbot
The text was updated successfully, but these errors were encountered:
Testbot is adding stuff like
Adapter
andSSHTunnel
to the global namespace. In my case, I already have something called Adapter in my application. Testbot should be a good Ruby citizen and only add the minimal amount of constants necessary to the global namespace. Everything should be namespaced underTestbot
The text was updated successfully, but these errors were encountered: