2017-02-28 15:50:57 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
RSpec.describe 'Dashboard Activity', feature: true do
|
|
|
|
before do
|
2017-06-05 14:44:29 -04:00
|
|
|
gitlab_sign_in(create :user)
|
2017-02-28 15:50:57 -05:00
|
|
|
visit activity_dashboard_path
|
|
|
|
end
|
2017-05-23 09:59:33 -04:00
|
|
|
|
2017-05-23 16:20:53 -04:00
|
|
|
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"
|
2017-02-28 15:50:57 -05:00
|
|
|
end
|