1 2 3 4 5 6 7
class TestLicense def self.init Gitlab::License.encryption_key = OpenSSL::PKey::RSA.generate(2048) FactoryGirl.create(:license) end end