spec/spec_helper.rb in acfs-0.14.0 vs spec/spec_helper.rb in acfs-0.15.0

- old
+ new

@@ -27,8 +27,9 @@ # Only allow expect syntax c.syntax = :expect end config.before :each do - Acfs.adapter.clear + Acfs.runner.clear + Acfs::Stub.clear end end