1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #476: fix tests for new dir name

This commit is contained in:
Ruben S. Montero 2011-06-23 16:52:19 +02:00
parent 00b11f3c00
commit 900f8593dc

View File

@ -1,6 +1,7 @@
#!/usr/bin/env ruby
$: << File.dirname(__FILE__) + '/..'
$: << File.dirname(__FILE__) + '/..' \
<< './'
require 'rubygems'
require 'rspec'