From bae2631186f9bb2dc5bccbe30ece8b104ffcb46e Mon Sep 17 00:00:00 2001 From: Edward Anderson Date: Fri, 25 Oct 2019 21:40:21 -0400 Subject: [PATCH] Remove unnecessary encoding doc string; UTF-8 is default --- spec/lib/listen/silencer_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/lib/listen/silencer_spec.rb b/spec/lib/listen/silencer_spec.rb index 5f23bffc..5e30f09e 100644 --- a/spec/lib/listen/silencer_spec.rb +++ b/spec/lib/listen/silencer_spec.rb @@ -1,5 +1,3 @@ -# encoding: UTF-8 - RSpec::Matchers.define :accept do |type, path| match { |actual| !actual.silenced?(Pathname(path), type) } end