Sha256: 1d2cdae9e1956b7a11844614ddf3e7a41f6c66536150dc2801d9305e47de7164
Contents?: true
Size: 276 Bytes
Versions: 15
Compression:
Stored size: 276 Bytes
Contents
require File.expand_path("spec_helper", File.dirname(File.dirname(__FILE__))) describe "h plugin" do it "adds h method for html escaping" do app(:h) do |r| r.on do h("<form>") + h(:form) end end body.should == '<form>form' end end
Version data entries
15 entries across 15 versions & 2 rubygems