summaryrefslogtreecommitdiff
path: root/spec/ruby/library/date/valid_ordinal_spec.rb
blob: 58d548c7043cee436fd3ee42f7de1e1a44f395c6 (plain)
1
2
3
4
5
6
7
8
9
require_relative '../../spec_helper'
require_relative 'shared/valid_ordinal'
require 'date'

describe "Date.valid_ordinal?" do

  it_behaves_like :date_valid_ordinal?, :valid_ordinal?

end
sbt 2018-06-02Promote RSS library to default gems.hsbt 2018-05-12rss: Add option Hash support to RSS::Parser.parsekou 2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei 2017-10-22rss itunes: fix a bug that <itunes:explicit> value isn't fully supportedkou 2017-05-03rss: Accept empty text element as valid elementkou 2017-01-26Add document for lib/rss/atom.rbkou 2016-09-18* lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.kou 2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal 2015-12-16Add frozen_string_literal: false for all filesnaruse 2015-11-20* lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.hsbt 2015-09-05rss.rb: don't substitute, just searchnobu 2015-09-05rss.rb: fix usec widthnobu 2014-06-14Restore date field.akr 2014-05-04* lib/time.rb (Time.force_zone!): New private method.akr 2014-05-03* lib/time.rb (make_time): Produce fixed-offset time object ifakr 2014-01-19* lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt 2013-12-22* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsureshzzak 2013-12-22* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typoszzak 2013-11-09* lib/rss/*: [DOC] document various constants @steveklabnik [Bug #8812]zzak 2013-11-09* lib/rss/rss.rb: [DOC] document Time#w3cdtf by @steveklabnikzzak 2013-08-19* lib/rss/rss.rb: [DOC] Document for constants by Steve Klabnikzzak 2013-08-19* lib/rss/xmlparser.rb: [DOC] Hide legacy constant from rdoczzak 2013-08-09* lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoczzak 2013-08-09* lib/rss/rexmlparser.rb: Remove needless REXML version check.kou 2013-08-06* lib/rss/utils.rb: [DOC] RSS::Utils by Steve Klabnik [Bug #8745]zzak 2013-08-06* lib/rss/1.0.rb: [DOC] Document RSS110 by Steve Klabnik [Bug #8740]zzak 2013-08-05* lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]zzak 2013-08-05* lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740zzak 2013-08-04* lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]zzak 2013-04-26* lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.kou 2013-04-26* lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.kou 2013-04-26* lib/rss/atom.rb: Documentation for RSS::Atom based on a patch byzzak 2012-11-16* lib/cgi/core.rb: Use symbols instead of strings formarcandre 2012-10-25revert r37326 "remove string literal concatenation"nobu 2012-10-25remove string literal concatenationnobu 2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj 2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu 2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain 2011-05-12 * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.drbrain 2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre 2010-04-06Fix previous commit.naruse 2010-01-12* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou