summaryrefslogtreecommitdiff
path: root/spec/controllers/dashboard_controller_spec.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-01-11 20:54:59 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-01-11 20:54:59 +0000
commit35e8389fe215c9d1dc27eda99fae0a3f0d8eb902 (patch)
treea22bf35a25cf42c235794dce6cfcc7901a092961 /spec/controllers/dashboard_controller_spec.rb
parent15995667681000021c37b52f087084db9f3c6048 (diff)
parenta97774c8e1253b4291d085184c681834e3718eb9 (diff)
downloadgitlab-ce-14-4-stable.tar.gz
Merge remote-tracking branch 'dev/14-4-stable' into 14-4-stable14-4-stable
Diffstat (limited to 'spec/controllers/dashboard_controller_spec.rb')
-rw-r--r--spec/controllers/dashboard_controller_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/controllers/dashboard_controller_spec.rb b/spec/controllers/dashboard_controller_spec.rb
index c838affa239..8fae617ea65 100644
--- a/spec/controllers/dashboard_controller_spec.rb
+++ b/spec/controllers/dashboard_controller_spec.rb
@@ -72,9 +72,6 @@ RSpec.describe DashboardController do
end
end
- it_behaves_like 'authenticates sessionless user', :issues, :atom, author_id: User.first
- it_behaves_like 'authenticates sessionless user', :issues_calendar, :ics
-
describe "#check_filters_presence!" do
let(:user) { create(:user) }