summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/softlayer_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/softlayer_spec.rb')
-rw-r--r--spec/unit/plugins/softlayer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/softlayer_spec.rb b/spec/unit/plugins/softlayer_spec.rb
index 1734b83d..45e63f57 100644
--- a/spec/unit/plugins/softlayer_spec.rb
+++ b/spec/unit/plugins/softlayer_spec.rb
@@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper.rb")
+require_relative "../../spec_helper.rb"
describe Ohai::System, "plugin softlayer" do
let(:plugin) { get_plugin("softlayer") }