Ignore:
Timestamp:
Dec 21, 2009, 3:15:43 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #74

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/spec/lib/open_ehr/am/archetype/constraint_model/c_primitive_object_spec.rb

    r380 r381  
    2424
    2525  it 'should allowed any' do
    26     @c_primitive_object.should be_any_allowed
     26    @c_primitive_object.should_not be_any_allowed
    2727  end
    2828
    2929  it 'should not any allowed' do
    3030    @c_primitive_object.item = nil
    31     @c_primitive_object.should_not be_any_allowed
     31    @c_primitive_object.should be_any_allowed
    3232  end
    3333end
Note: See TracChangeset for help on using the changeset viewer.