spec/spec_helper.rb in acfs-0.10.0 vs spec/spec_helper.rb in acfs-0.11.0
- old
+ new
@@ -25,6 +25,10 @@
config.expect_with :rspec do |c|
# Only allow expect syntax
c.syntax = :expect
end
+
+ config.before :each do
+ Acfs.adapter.clear
+ end
end