Skip to content

Commit 12f6bba

Browse files
committedSep 3, 2014
Use require_relative when spec is not in the LOAD_PATH
1 parent ecdfa76 commit 12f6bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/default.mspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim: filetype=ruby
22

3-
require 'spec/custom/guards/engine'
3+
require_relative 'custom/guards/engine'
44

55
class MSpecScript
66
tags_dir = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby'

0 commit comments

Comments
 (0)