From 6efe9c2f14a5d9d324931ae9e86f9d4e3356f256 Mon Sep 17 00:00:00 2001 From: Alexis Reigel Date: Tue, 23 May 2017 15:59:33 +0200 Subject: atom links with rss token instead of private token --- spec/features/groups/issues_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/features/groups/issues_spec.rb') diff --git a/spec/features/groups/issues_spec.rb b/spec/features/groups/issues_spec.rb index aa2e9632d6c..d333e031996 100644 --- a/spec/features/groups/issues_spec.rb +++ b/spec/features/groups/issues_spec.rb @@ -12,15 +12,15 @@ feature 'Group issues page', feature: true do context 'when signed in' do let(:user) { user_in_group } - 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" + 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" end context 'when signed out' do let(:user) { nil } - it_behaves_like "it has an RSS button without a private token" - it_behaves_like "an autodiscoverable RSS feed without a private token" + it_behaves_like "it has an RSS button without an rss token" + it_behaves_like "an autodiscoverable RSS feed without an rss token" end end -- cgit v1.2.1