summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/day_spec.rb
blob: 895bcd7a86fbfd2d5ca145066d9846c9ddcb64a8 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/day'

describe "Time#day" do
  it_behaves_like :time_day, :day
end