diff --git a/src/oca/ruby/test/HostPool_spec.rb b/src/oca/ruby/test/HostPool_spec.rb index 5d08319618..7c2d083330 100644 --- a/src/oca/ruby/test/HostPool_spec.rb +++ b/src/oca/ruby/test/HostPool_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -78,4 +79,4 @@ module OpenNebula } end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/Host_spec.rb b/src/oca/ruby/test/Host_spec.rb index e2d8cb39e4..5d0a585b19 100644 --- a/src/oca/ruby/test/Host_spec.rb +++ b/src/oca/ruby/test/Host_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -216,4 +217,4 @@ module OpenNebula end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/UserPool_spec.rb b/src/oca/ruby/test/UserPool_spec.rb index 7465cfc485..22f208b6af 100644 --- a/src/oca/ruby/test/UserPool_spec.rb +++ b/src/oca/ruby/test/UserPool_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -62,4 +63,4 @@ module OpenNebula } end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/User_spec.rb b/src/oca/ruby/test/User_spec.rb index a02911f03e..c3f25fdbc6 100644 --- a/src/oca/ruby/test/User_spec.rb +++ b/src/oca/ruby/test/User_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -142,4 +143,4 @@ module OpenNebula end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/VirtualMachinePool_spec.rb b/src/oca/ruby/test/VirtualMachinePool_spec.rb index cd138b5d2f..5d08cce65f 100644 --- a/src/oca/ruby/test/VirtualMachinePool_spec.rb +++ b/src/oca/ruby/test/VirtualMachinePool_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -114,4 +115,4 @@ module OpenNebula } end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/VirtualMachine_spec.rb b/src/oca/ruby/test/VirtualMachine_spec.rb index 4fc6c90996..982916fa5a 100644 --- a/src/oca/ruby/test/VirtualMachine_spec.rb +++ b/src/oca/ruby/test/VirtualMachine_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -469,4 +470,4 @@ module OpenNebula @vm.name.should eql(nil) end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/VirtualNetworkPool_spec.rb b/src/oca/ruby/test/VirtualNetworkPool_spec.rb index fd107827c6..5bebce9fa0 100644 --- a/src/oca/ruby/test/VirtualNetworkPool_spec.rb +++ b/src/oca/ruby/test/VirtualNetworkPool_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -84,4 +85,4 @@ module OpenNebula } end end -end \ No newline at end of file +end diff --git a/src/oca/ruby/test/VirtualNetwork_spec.rb b/src/oca/ruby/test/VirtualNetwork_spec.rb index b74982bf52..3d3431da2f 100644 --- a/src/oca/ruby/test/VirtualNetwork_spec.rb +++ b/src/oca/ruby/test/VirtualNetwork_spec.rb @@ -1,4 +1,5 @@ -$: << '../' +$: << '../' \ + << './' require 'OpenNebula' require 'helpers/MockClient' @@ -152,4 +153,4 @@ module OpenNebula end end -end \ No newline at end of file +end