gitlab-org--gitlab-foss/spec/features/projects/tags/user_views_tag_spec.rb

9 lines
210 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'User views tag', :feature do
include_examples 'user views tag' do
let(:tag_page) { project_tag_path(project, id: tag_name) }
end
end