summaryrefslogtreecommitdiff
path: root/spec/ruby/library/erb/util/h_spec.rb
blob: 6de79cfd92d220e4789ae23c2e98b83f9e9ece3f (plain)
1
2
3
4
5
6
7
require 'erb'
require_relative '../../../spec_helper'
require_relative 'shared/html_escape'

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