mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 21:16:06 +10:00
8 lines
149 B
Ruby
8 lines
149 B
Ruby
class TestLicense
|
|
def self.init
|
|
Gitlab::License.encryption_key = OpenSSL::PKey::RSA.generate(2048)
|
|
|
|
FactoryGirl.create(:license)
|
|
end
|
|
end
|