Tests should be using require_relative

The #require_relative statement is relative to the file
containing the the statement.

Change-Id: I032eb8384328fb478e12b6f433d3cfa2229e252a
This commit is contained in:
John Dewey
2013-06-04 18:33:04 -07:00
parent c1e16f840f
commit 1e45b8e40b
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
require "spec_helper"
require_relative "spec_helper"
describe "openstack-block-storage::default" do
end