mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-03 09:45:14 +08:00
9 lines
245 B
Ruby
9 lines
245 B
Ruby
# require File.expand_path('../../../spec_helper', __FILE__)
|
|
# require File.expand_path('../fixtures/methods', __FILE__)
|
|
|
|
describe "Time#sec" do
|
|
it "returns the second of the minute(0..60) for time" do
|
|
Time.at(0).sec.should == 0
|
|
end
|
|
end
|