Я использовал базу данных Mysql раньше и решил переключиться на Postgresql, и теперь, когда я запускаю свои тесты с помощью rspec, я получаю много предупреждений и уведомлений.
WARNING: there is already a transaction in progress
NOTICE: there is no transaction in progress
should has link "Suspender"
WARNING: there is already a transaction in progress
NOTICE: there is no transaction in progress
should has css "title" with text "Suspensão de anúncio"
WARNING: there is already a transaction in progress
NOTICE: there is no transaction in progress
should has css "h1" with text "Awesome job!"
Как я могу это подавить? Есть ли способ, верно?