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

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