mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
|
RSpec.configure do |config|
|
||
|
|
config.before(:each) do
|
||
|
|
ActionMailer::Base.deliveries.clear
|
||
|
|
end
|
||
|
|
end
|