Sha256: cf7023459d6c93529fec1b40e668684be3f11f5385711549aaef827b4819b62d
Contents?: true
Size: 194 Bytes
Versions: 47
Compression:
Stored size: 194 Bytes
Contents
require 'test_puppet_helper' class ForemanPuppetTest < ActiveSupport::TestCase setup do User.current = User.find_by(login: 'admin') end test 'the truth' do assert true end end
Version data entries
47 entries across 47 versions & 1 rubygems