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

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