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

describe "Date.civil" do
  it_behaves_like :date_civil, :civil
end