Ignore StateMachines warnings in console output

We *already* ignore them anyway, so this just removes the console noise.
This commit is contained in:
Matt-Yorkley
2021-10-29 18:59:08 +01:00
parent b0545c7fd3
commit 636ca9987a

View File

@@ -0,0 +1,2 @@
# Ignore noisy StateMachines warnings.
StateMachines::Machine.ignore_method_conflicts = true