diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-22 15:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-22 15:09:37 +0000 |
commit | eb08c8e6f8a49d5a621be0301aad0b1b475eb739 (patch) | |
tree | 3f3db0e61d6141022bad91f4938377f57c1698a6 /spec/routing | |
parent | 26879909dd0571b392f105373a700a314201cd53 (diff) | |
download | gitlab-ce-eb08c8e6f8a49d5a621be0301aad0b1b475eb739.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/routing')
-rw-r--r-- | spec/routing/instance_statistics_routing_spec.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/routing/instance_statistics_routing_spec.rb b/spec/routing/instance_statistics_routing_spec.rb deleted file mode 100644 index 7eec807fb0b..00000000000 --- a/spec/routing/instance_statistics_routing_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -require 'spec_helper' - -RSpec.describe 'Instance Statistics', 'routing' do - include RSpec::Rails::RequestExampleGroup - - it "routes '/-/instance_statistics' to dev ops report" do - expect(get('/-/instance_statistics')).to redirect_to('/admin/dev_ops_report') - end -end |