diff options
Diffstat (limited to 'spec/ruby/core/time/isdst_spec.rb')
| -rw-r--r-- | spec/ruby/core/time/isdst_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/core/time/isdst_spec.rb b/spec/ruby/core/time/isdst_spec.rb index de71bf68ff..173230ca07 100644 --- a/spec/ruby/core/time/isdst_spec.rb +++ b/spec/ruby/core/time/isdst_spec.rb @@ -1,6 +1,6 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require File.expand_path('../shared/isdst', __FILE__) +require_relative '../../spec_helper' +require_relative 'shared/isdst' describe "Time#isdst" do - it_behaves_like(:time_isdst, :isdst) + it_behaves_like :time_isdst, :isdst end |
