lib/tork/config/spec/master.rb in tork-19.8.2 vs lib/tork/config/spec/master.rb in tork-19.9.0
- old
+ new
@@ -1,4 +1,5 @@
$LOAD_PATH.unshift 'spec' unless $LOAD_PATH.include? 'spec'
$LOAD_PATH.unshift 'lib' unless $LOAD_PATH.include? 'lib'
require 'spec_helper' if File.exist? 'spec/spec_helper.rb'
+require './spec_helper' if File.exist? 'spec_helper.rb'
require 'rspec/autorun' if defined? RSpec