summaryrefslogtreecommitdiff
path: root/spec/features/projects/tags/user_views_tag_spec.rb
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