diff options
Diffstat (limited to 'spec/ruby/library/stringio/readchar_spec.rb')
-rw-r--r-- | spec/ruby/library/stringio/readchar_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/library/stringio/readchar_spec.rb b/spec/ruby/library/stringio/readchar_spec.rb index af673c871a..1d2ad45b9a 100644 --- a/spec/ruby/library/stringio/readchar_spec.rb +++ b/spec/ruby/library/stringio/readchar_spec.rb @@ -1,6 +1,6 @@ -require File.expand_path('../../../spec_helper', __FILE__) +require_relative '../../spec_helper' require 'stringio' -require File.expand_path('../shared/readchar', __FILE__) +require_relative 'shared/readchar' describe "StringIO#readchar" do it_behaves_like :stringio_readchar, :readchar |