mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 11:57:26 +00:00
7 lines
131 B
Ruby
7 lines
131 B
Ruby
# frozen_string_literal: true
|
|
require 'spec_helper'
|
|
|
|
RSpec.describe Gitlab::JWTToken do
|
|
it_behaves_like 'a gitlab jwt token'
|
|
end
|