diff options
Diffstat (limited to 'spec/features/atom/dashboard_spec.rb')
-rw-r--r-- | spec/features/atom/dashboard_spec.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/features/atom/dashboard_spec.rb b/spec/features/atom/dashboard_spec.rb index 746df36bb25..57df2d95ba6 100644 --- a/spec/features/atom/dashboard_spec.rb +++ b/spec/features/atom/dashboard_spec.rb @@ -4,6 +4,9 @@ describe "Dashboard Feed", feature: true do describe "GET /" do let!(:user) { create(:user, name: "Jonh") } + it_behaves_like 'public email is not shown in events feed' + it_behaves_like 'uri tag includes user page URL' + context "projects atom feed via private token" do it "renders projects atom feed" do visit dashboard_projects_path(:atom, private_token: user.private_token) |