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

Version Path
symbiont-0.1.8 spec/symbiont/web_objects/table_cell_spec.rb
symbiont-0.1.7 spec/symbiont/web_objects/table_cell_spec.rb
symbiont-0.1.6 spec/symbiont/web_objects/table_cell_spec.rb
symbiont-0.1.5 spec/symbiont/web_objects/table_cell_spec.rb
symbiont-0.1.4 spec/symbiont/web_objects/table_cell_spec.rb
symbiont-0.1.3 spec/symbiont/web_objects/table_cell_spec.rb