mirror of
https://github.com/openSUSE/osem.git
synced 2026-04-28 10:51:17 -04: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
|