aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/erb/util/h_spec.rb
blob: ba36574433ab800cdf69d06c016deb863a0a6b1c (plain)
1
2
3
4
5
6
7
require 'erb'
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../shared/html_escape', __FILE__)

describe "ERB::Util.h" do
  it_behaves_like :erb_util_html_escape, :h
end