summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/to_s_spec.rb
blob: ac6c0908ac033c629c0989ea044c2da8f40e9f5d (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/inspect'

describe "Time#to_s" do
  it_behaves_like :inspect, :to_s
end