internetee-registry/test/system/registrar_area/add_deposits_test.rb
2022-06-02 10:37:39 +03:00

12 lines
252 B
Ruby

require 'application_system_test_case'
class AddDepositsTest < ApplicationSystemTestCase
include ActionMailer::TestHelper
setup do
sign_in users(:api_bestnames)
@invoice = invoices(:one)
ActionMailer::Base.deliveries.clear
end
end