aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/date/ordinal_spec.rb
blob: 3177f3ae94c834616fa1c8039687eb5f055d23bf (plain)
1
2
3
4
5
6
7
8
require 'date'
require_relative '../../spec_helper'
require_relative 'shared/ordinal'

describe "Date.ordinal" do
  it_behaves_like :date_ordinal, :ordinal
end