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

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