Ignore:
Timestamp:
Sep 22, 2009, 9:59:24 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

ISO8601Date ISO8601Time completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/spec/lib/open_ehr/assumed_library_types/iso_8601_date_spec.rb

    r280 r285  
    3535  end
    3636
     37  it 'should parse valid adte form' do
     38    ISO8601Date.should be_valid_iso8601_date '2009-09-22'
     39  end
    3740
    3841  it 'should not parse invalid date form' do
    39     ISO8601Date.valid_iso8601_date?('2009-13-54').should_not be_true
     42    ISO8601Date.should_not be_valid_iso8601_date '2009-13-54'
    4043  end
    4144
Note: See TracChangeset for help on using the changeset viewer.