debian-mirror-gitlab/spec/features/dashboard/activity_spec.rb
2017-08-17 22:00:37 +05:30

12 lines
321 B
Ruby

require 'spec_helper'
RSpec.describe 'Dashboard Activity', feature: true do
before do
login_as(create :user)
visit activity_dashboard_path
end
it_behaves_like "it has an RSS button with current_user's private token"
it_behaves_like "an autodiscoverable RSS feed with current_user's private token"
end