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

user_views_tag_spec.rb « tags « projects « features « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3978c5b7b78a36c226ac0418224517387f12571f (plain)
1
2
3
4
5
6
7
8
# 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