aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/erb/util/html_escape_spec.rb
blob: 1c15fb8791d9fd38fa0b211520146f24352391e7 (plain)
1
2
3
4
5
6
7
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