diff options
Diffstat (limited to 'spec/ruby/core/thread/run_spec.rb')
| -rw-r--r-- | spec/ruby/core/thread/run_spec.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/spec/ruby/core/thread/run_spec.rb b/spec/ruby/core/thread/run_spec.rb index 26ed9ed961..f86f793489 100644 --- a/spec/ruby/core/thread/run_spec.rb +++ b/spec/ruby/core/thread/run_spec.rb @@ -1,9 +1,8 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require File.expand_path('../fixtures/classes', __FILE__) +require_relative '../../spec_helper' +require_relative 'fixtures/classes' -require File.expand_path('../shared/wakeup', __FILE__) +require_relative 'shared/wakeup' describe "Thread#run" do it_behaves_like :thread_wakeup, :run end - |
