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