Changeset 392 for ruby/trunk/spec


Ignore:
Timestamp:
Jan 4, 2010, 11:43:14 AM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #71

Location:
ruby/trunk/spec
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ruby/trunk/spec/lib/open_ehr/am/archetype/assertion/assertion_spec.rb

    r384 r392  
    88      "/[at0003]/speed[at0004]/miles/magnitude * 1.6"
    99    variables = stub(Array, :size => 2)
    10     @assertion = Assertion.new(:tag => 'validity',
     10    @assertion = OpenEHR::AM::Archetype::Assertion::Assertion.new(:tag => 'validity',
    1111                               :expression => expression,
    1212                               :string_expression => $string_expression,
     
    1515
    1616  it 'should be an instance of Assertion' do
    17     @assertion.should be_an_instance_of Assertion
     17    @assertion.should be_an_instance_of OpenEHR::AM::Archetype::Assertion::Assertion
    1818  end
    1919
  • ruby/trunk/spec/spec.opts

    r259 r392  
    11--colour
    2 --format progress
     2--format specdoc
    33--loadby mtime
    44--reverse
Note: See TracChangeset for help on using the changeset viewer.