Hi vagrant! I have a complex vagrantfile , which proxies some commands to other ruby scripts and objects. Id like to add some unit testing to my vagrant related code .
Ive installed vagrant on mac os x , but have not run "gem install vagrant" because i dont want to perturb my perfectly working vagrant 1.6.5 release. How can I , in ruby, reference the vagrant libraries already installed in /Applications/Vagrant to do something like def testCommand puts Vagrant.inspect #### i want to be able to call vagrant by referencing my local vagrant install, and not the gem .. end http://stackoverflow.com/questions/26221150/how-can-i-inlcude-the-vagrant-api-into-a-ruby-program -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
