summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/month_spec.rb
blob: 6323c6205aaface54d4c793a81d92c24f77c9f95 (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