summaryrefslogtreecommitdiff
path: root/spec/ruby/library/time/xmlschema_spec.rb
blob: 427931119971fed611581d1709f6d4323e42706c (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'shared/xmlschema'
require 'time'

describe "Time.xmlschema" do
  it_behaves_like :time_xmlschema, :xmlschema
end