2017-02-28 15:50:57 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
RSpec.describe 'Dashboard Activity', feature: true do
|
|
|
|
before do
|
|
|
|
login_as(create :user)
|
|
|
|
visit activity_dashboard_path
|
|
|
|
end
|
2017-05-23 09:59:33 -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
|