Sha256: 2cd045758ff01d85338cdc30494fe6f95d01b1127f3076de626982c6d86e9f50

Contents?: true

Size: 152 Bytes

Versions: 9

Compression:

Stored size: 152 Bytes

Contents

describe "Date#to_s" do
  it "returns a string representation of date (YYYY-MM-DD)" do
    Date.new(2012, 10, 26).to_s.should == "2012-10-26"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
opal-0.3.38 spec/core/date/to_s_spec.rb
opal-0.3.37 spec/core/date/to_s_spec.rb
opal-0.3.36 spec/core/date/to_s_spec.rb
opal-0.3.35 spec/core/date/to_s_spec.rb
opal-0.3.34 spec/core/date/to_s_spec.rb
opal-0.3.33 spec/core/date/to_s_spec.rb
opal-0.3.32 spec/core/date/to_s_spec.rb
opal-0.3.31 spec/core/date/to_s_spec.rb
opal-0.3.30 spec/core/date/to_s_spec.rb