aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time/month_spec.rb
blob: c5e1c1c7fe2a1f481e67e8b3a363897c6d7fa1d2 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/month', __FILE__)

describe "Time#month" do
  it_behaves_like :time_month, :month
end