mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
8 lines
139 B
Ruby
8 lines
139 B
Ruby
|
|
require 'test_helper'
|
||
|
|
|
||
|
|
class Admin::AdminControllerTest < ActionController::TestCase
|
||
|
|
# test "the truth" do
|
||
|
|
# assert true
|
||
|
|
# end
|
||
|
|
end
|