mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Add some tests in invoices
This commit is contained in:
parent
a5f8e277dd
commit
e15746c617
5 changed files with 87 additions and 9 deletions
10
test/integration/admin_area/delayed_jobs_test.rb
Normal file
10
test/integration/admin_area/delayed_jobs_test.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue