Sha256: dc7881a7fd07f7af6088a420a459d66ef5f5af38bb6b02413e771e3f404706ff

Contents?: true

Size: 124 Bytes

Versions: 9

Compression:

Stored size: 124 Bytes

Contents

describe "Date.today" do
  it "creates a new instance for current date" do
    Date.today.should be_kind_of(Date)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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