spec/spec_helper.rb in acfs-0.32.1.1.b274 vs spec/spec_helper.rb in acfs-0.32.1.1.b275
- old
+ new
@@ -30,12 +30,9 @@
# order dependency and want to debug it, you can fix the order by providing
# the seed, which is printed after each run.
# --seed 1234
config.order = 'random'
- # Raise error when using old :should expectation syntax.
- config.raise_errors_for_deprecations!
-
config.before :each do
Acfs.runner.clear
Acfs::Stub.clear
end
end