diff options
Diffstat (limited to 'spec/ruby/core/string/case_compare_spec.rb')
| -rw-r--r-- | spec/ruby/core/string/case_compare_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/core/string/case_compare_spec.rb b/spec/ruby/core/string/case_compare_spec.rb index a4f2d7960e..b83d1adb91 100644 --- a/spec/ruby/core/string/case_compare_spec.rb +++ b/spec/ruby/core/string/case_compare_spec.rb @@ -1,6 +1,6 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require File.expand_path('../shared/eql', __FILE__) -require File.expand_path('../shared/equal_value', __FILE__) +require_relative '../../spec_helper' +require_relative 'shared/eql' +require_relative 'shared/equal_value' describe "String#===" do it_behaves_like :string_eql_value, :=== |
