spec/html/escape_spec.rb in escape_utils-0.2.3 vs spec/html/escape_spec.rb in escape_utils-0.2.4
- old
+ new
@@ -1,5 +1,4 @@
-# encoding: UTF-8
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper.rb')
describe EscapeUtils, "escape_html" do
it "should respond to escape_html" do
EscapeUtils.should respond_to(:escape_html)
\ No newline at end of file