diff --git a/spec/unit/tables/table_view_cell_spec.rb b/spec/unit/tables/table_view_cell_spec.rb index 0fcf19e..c835688 100644 --- a/spec/unit/tables/table_view_cell_spec.rb +++ b/spec/unit/tables/table_view_cell_spec.rb @@ -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