gitlab-org--gitlab-foss/spec/features/dashboard/activity_spec.rb
2017-06-19 18:59:01 -05:00

11 lines
317 B
Ruby

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