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

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