diff options
Diffstat (limited to 'spec/ruby/core/time/month_spec.rb')
| -rw-r--r-- | spec/ruby/core/time/month_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/ruby/core/time/month_spec.rb b/spec/ruby/core/time/month_spec.rb index 6323c6205a..81e20384ab 100644 --- a/spec/ruby/core/time/month_spec.rb +++ b/spec/ruby/core/time/month_spec.rb @@ -1,6 +1,6 @@ -require File.expand_path('../../../spec_helper', __FILE__) -require File.expand_path('../shared/month', __FILE__) +require_relative '../../spec_helper' +require_relative 'shared/month' describe "Time#month" do - it_behaves_like(:time_month, :month) + it_behaves_like :time_month, :month end |
