spec/identification_scheme/identification_spec.rb in activefacts-api-0.9.6 vs spec/identification_scheme/identification_spec.rb in activefacts-api-0.9.7
- old
+ new
@@ -258,10 +258,10 @@
@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
- @c.Room[[@b.identifying_role_values, @rn]].should == @r
+ @c.Room[[@b.identifying_role_values, @rn.identifying_role_values]].should == @r
@c.Room[[@b.identifying_role_values, 101]].should == @r
@c.Room[[['Mackay'], 101]].should == @r
end
it "should belong to the constellation" do