summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/activity_spec.rb
blob: 1e9cabe7850bb21e2f36bdcc652dca34ca42c22f (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'spec_helper'

RSpec.describe 'Dashboard Activity', feature: true do
  before do
    gitlab_sign_in(create :user)
    visit activity_dashboard_path
  end

  it_behaves_like "it has an RSS button with current_user's RSS token"
  it_behaves_like "an autodiscoverable RSS feed with current_user's RSS token"
end