spec/identification_scheme/identification_spec.rb in activefacts-api-0.9.5 vs spec/identification_scheme/identification_spec.rb in activefacts-api-0.9.6
- old
+ new
@@ -252,10 +252,10 @@
@r.should be_a(Mod::Room)
end
it "should assert the identifying values" do
@rn.should be_a(Mod::Number)
- @c.Number[@rn].should == @rn # Yes
+ @c.Number[@rn.identifying_role_values].should == @rn # Yes
@c.Number[101].should == @rn # No
@c.Number[101].should be_eql 101 # No
end
it "should be found in the constellation using the value" do