Add some tests in invoices

This commit is contained in:
Oleg Hasjanov 2021-01-19 14:51:47 +02:00
parent a5f8e277dd
commit e15746c617
5 changed files with 87 additions and 9 deletions

View file

@ -0,0 +1,10 @@
require 'test_helper'
require 'application_system_test_case'
class AdminAreaDelayedJobsIntegrationTest < ApplicationSystemTestCase
setup do
sign_in users(:admin)
end
# TODO
end