Fix the test for cell identifier.

This commit is contained in:
Mark Rickert
2013-06-11 10:27:19 -04:00
parent a38d3cb095
commit 7ef2323a56

View File

@@ -54,7 +54,8 @@ describe "PM::TableViewCellModule" do
end
it "should have the right re-use identifier" do
@subject.reuseIdentifier.should == "Cell"
@subject.reuseIdentifier.should == "Cell-switch-subtitle-image"
end
end
it "should set the layer.masksToBounds" do