Sha256: 4009922d4f61f022cc025f8a87dfa1b8f80ff4da62b912bc9862f24ca0dad937
Contents?: true
Size: 417 Bytes
Versions: 6
Compression:
Stored size: 417 Bytes
Contents
require 'spec_helper' describe Symbiont::WebObjects::TableCell do describe "implementation" do it "should register with a table definition tag" do ::Symbiont::WebObjects.get_class_for(:td).should == ::Symbiont::WebObjects::TableCell end it "should register with a table header tag" do ::Symbiont::WebObjects.get_class_for(:th).should == ::Symbiont::WebObjects::TableCell end end end
Version data entries
6 entries across 6 versions & 1 rubygems