summaryrefslogtreecommitdiff
path: root/spec/support/license.rb
blob: 361e219e14a09d904f10375c338fb3169e3982a5 (plain)
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