Skip to content

Commit

Permalink
Removed pending tests for functionality that might never get implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
cjheath committed Aug 1, 2012
1 parent c758f0a commit f7c73d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion spec/fact_type/roles_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ class Person2 < LegalEntity
identifier.person2.name.should == "Person2Name"
end
end
end
end
47 changes: 24 additions & 23 deletions spec/identification_scheme/identification_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,16 @@ class Cat
@acme.business.should be_nil
end

describe "and the old identifying value plays no other roles" do
describe "and the player of the identifying role is not independent" do
it "should retract the previous value" do
pending "All value types default to independent" do
@c.Name['Acme'].should be_nil
end
end
end
end
#describe "and the old identifying value plays no other roles" do
# describe "and the player of the identifying role is not independent" do
# it "should retract the previous value" do
# pending "All value types default to independent" do
# @c.Name['Acme'].should be_nil
# end
# end
# end
#end

end
end

Expand All @@ -153,11 +154,11 @@ class Cat
@bus.retract
end

it "should retract the identifying value also" do
pending "All value types default to independent" do
@c.Name['Acme'].should be_nil
end
end
#it "should retract the identifying value also" do
# pending "All value types default to independent" do
# @c.Name['Acme'].should be_nil
# end
#end

it "should not appear as the value's counterpart role" do
@acme.business.should be_nil
Expand Down Expand Up @@ -338,15 +339,15 @@ class Floor
@rn.all_room.to_a.should_not include @r
end

describe "and the old identifying value plays no other roles" do
describe "and the player of the identifying role is not independent" do
it "should retract the previous value" do
pending "All value types default to independent" do
@c.Number[101].should be_nil
end
end
end
end
#describe "and the old identifying value plays no other roles" do
# describe "and the player of the identifying role is not independent" do
# it "should retract the previous value" do
# pending "All value types default to independent" do
# @c.Number[101].should be_nil
# end
# end
# end
#end
end
end

Expand Down

0 comments on commit f7c73d1

Please sign in to comment.