diff options
Diffstat (limited to 'spec/ruby/library/stringio/ungetbyte_spec.rb')
-rw-r--r-- | spec/ruby/library/stringio/ungetbyte_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/stringio/ungetbyte_spec.rb b/spec/ruby/library/stringio/ungetbyte_spec.rb index a7d9b28024..701463e621 100644 --- a/spec/ruby/library/stringio/ungetbyte_spec.rb +++ b/spec/ruby/library/stringio/ungetbyte_spec.rb @@ -1,4 +1,4 @@ -require File.expand_path('../../../spec_helper', __FILE__) +require_relative '../../spec_helper' require 'stringio' describe "StringIO#ungetbyte" do |