Sha256: 2f4b36876a7e816d5c824de6ec48090271f18923f3aa98010bd46ddbe507d9d7
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
require File.expand_path('../fixtures/common', __FILE__) require 'cgi' describe "CGI::HtmlExtension#frameset" do before(:each) do @html = CGISpecs.cgi_new("html4Fr") end it "initializes the HTML Generation methods for the Frameset version of HTML4" do @html.frameset.should == "<FRAMESET></FRAMESET>" @html.frameset { "link text" }.should == "<FRAMESET>link text</FRAMESET>" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubysl-cgi-1.0.0 | spec/htmlextension/frameset_spec.rb |
rubysl-cgi-2.0.1 | spec/htmlextension/frameset_spec.rb |
rubysl-cgi-2.0.0 | spec/htmlextension/frameset_spec.rb |