joakimk/testbot

Namespace all the things!

Opened this issue · 1 comments

All the things

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

Yes, this seems like a good idea. Until then you should be able to run testbot through the CLI instead of loading as part of the app. "testbot --help"