summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/month_spec.rb
blob: 81e20384abb1bd53e7de7ad481f54b2c4dca5b5a (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/month'

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