Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jwt_token_spec.rb « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89ca127393dda4f863b71ce984d9e23eaa1f75f (plain)
1
2
3
4
5
6
# frozen_string_literal: true
require 'spec_helper'

RSpec.describe Gitlab::JWTToken do
  it_behaves_like 'a gitlab jwt token'
end