mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
10 lines
No EOL
195 B
Ruby
10 lines
No EOL
195 B
Ruby
require 'test_helper'
|
|
require 'application_system_test_case'
|
|
|
|
class AdminAreaDelayedJobsIntegrationTest < ApplicationSystemTestCase
|
|
setup do
|
|
sign_in users(:admin)
|
|
end
|
|
|
|
# TODO
|
|
end |