Sha256: d193653b760810b92ae52058eb691c411f7c5f5b866e06fb2d2e34ad49e25bc0
Contents?: true
Size: 197 Bytes
Versions: 6
Compression:
Stored size: 197 Bytes
Contents
require 'test_plugin_helper' class TheForemanProxmoxTest < ActiveSupport::TestCase setup do User.current = User.find_by login: 'admin' end test 'the truth' do assert true end end
Version data entries
6 entries across 6 versions & 1 rubygems