debian-mirror-gitlab/spec/lib/gitlab/jwt_token_spec.rb

7 lines
131 B
Ruby
Raw Normal View History

2021-06-08 01:23:25 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::JWTToken do
it_behaves_like 'a gitlab jwt token'
end