From 5f2f4354211f105a5dc963ef3abc9dbad66e27e3 Mon Sep 17 00:00:00 2001 From: mattl Date: Wed, 7 Dec 2016 12:44:41 -0500 Subject: WIP: Adding tests to the atom feed generation. --- spec/features/atom/dashboard_spec.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/features/atom/dashboard_spec.rb') 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) -- cgit v1.2.1