Tests should be using require_relative

The #require_relative statement is relative to the file
containing the the statement. Also, updated spec_helper
constants to follow existing spacing format.

Change-Id: I6f927ec31bb1092cbc65e99855febaeec7b59ae5
This commit is contained in:
John Dewey
2013-06-03 20:06:10 -07:00
parent 893a45c61b
commit 0b0f86a5ea
8 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
require "spec_helper"
require_relative "spec_helper"
describe "openstack-identity::server" do
describe "ubuntu" do