Sha256: e888ba7c6a4f5b760939ed63f39729f631e9c0be257bdaf3f82b05d1b17baf30
Contents?: true
Size: 191 Bytes
Versions: 6
Compression:
Stored size: 191 Bytes
Contents
require 'test_plugin_helper' class ForemanHdmTest < 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