mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2860 from noushi/libvirt-fix_missing_tests
. fix ruby-libvirt library require name (libvirt)
This commit is contained in:
commit
86edde28e1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ end
|
|||
|
||||
# mark libvirt tests pending if not setup
|
||||
begin
|
||||
require('ruby-libvirt')
|
||||
require('libvirt')
|
||||
rescue LoadError
|
||||
Formatador.display_line("[yellow]Skipping tests for [bold]libvirt[/] [yellow]due to missing `ruby-libvirt` gem.[/]")
|
||||
Thread.current[:tags] << '-libvirt'
|
||||
|
|
Loading…
Reference in a new issue