Sha256: f56cf6ba65a1f556d664d72b67826c4fe5147e3aaa6ce2dd9d366a9533caf481
Contents?: true
Size: 251 Bytes
Versions: 17
Compression:
Stored size: 251 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| h("<form>") + h(:form) end body.must_equal '<form>form' end end
Version data entries
17 entries across 17 versions & 1 rubygems