andrenth / ruby-lxc

Ruby bindings for liblxc
GNU Lesser General Public License v2.1
9 stars 0 forks source link

Added few specs against LXC singleton methods #6

Closed ranjib closed 10 years ago

andrenth commented 10 years ago

Thank you Ranjib. I merged this with a more specific assertion on the LXC.list_containers test. I removed the LXC.default_config_path test because it depends on compilation options (eg. here I have LXC installed manually from the master branch and my path is /usr/local/var/lib/lxc).

By the way, the ruby-lxc repository is now officially hosted in the lxc organization at https://github.com/lxc/ruby-lxc, so from now on I think it's better to open issues there.

Cheers!