1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

reduce warning output when running specs

This commit is contained in:
Thorsten Böttger 2017-02-10 21:47:49 +11:00
parent a18d30ea6e
commit 8a63cf504f

View file

@ -0,0 +1,5 @@
RSpec.configure do |config|
config.before(:each) do
allow_any_instance_of(Logger).to receive(:warn)
end
end