spec/lib/plugin/detectors/detector_spec.rb in fusuma-2.0.4 vs spec/lib/plugin/detectors/detector_spec.rb in fusuma-2.0.5
- old
+ new
@@ -25,10 +25,10 @@
dummy: dummy
CONFIG
example.run
- Config.custom_path = nil
+ ConfigHelper.clear_config_yml
end
describe '#detect' do
it { expect(@detector.detect([@buffer])).to be_a(Events::Event) }
end