Sha256: 50093bfb0b9ebb4b9dfc98fb241bdd94975bedb4b54d1092483d37f5a88a503a

Contents?: true

Size: 147 Bytes

Versions: 11

Compression:

Stored size: 147 Bytes

Contents

require "spec_helper"

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

11 entries across 11 versions & 1 rubygems

Version Path
opal-0.4.4 spec/rubyspec/library/date/today_spec.rb
opal-0.4.3 spec/rubyspec/library/date/today_spec.rb
opal-0.4.2 spec/rubyspec/library/date/today_spec.rb
opal-0.4.1 spec/rubyspec/library/date/today_spec.rb
opal-0.4.0 spec/rubyspec/library/date/today_spec.rb
opal-0.3.44 spec/rubyspec/library/date/today_spec.rb
opal-0.3.43 spec/rubyspec/library/date/today_spec.rb
opal-0.3.42 spec/library/date/today_spec.rb
opal-0.3.41 spec/library/date/today_spec.rb
opal-0.3.40 spec/library/date/today_spec.rb
opal-0.3.39 spec/library/date/today_spec.rb