summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/valid_civil_spec.rb
blob: 00f2c57205d04f5fc07598f3109c230bfc15c1f7 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'
require_relative 'shared/valid_civil'
require 'date'

describe "Date#valid_civil?" do

  it_behaves_like :date_valid_civil?, :valid_civil?

end