diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-07-27 13:12:35 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-07-27 13:12:35 +0000 |
commit | ed81ee9ba2b5a0b68996ccb238bfa4c69a6df062 (patch) | |
tree | 831e186cd5ed4072a0883c4eac563cbcd9c70f23 /spec/routing | |
parent | 636ea40e182fca92e89facbcb52445fcefef9506 (diff) | |
download | gitlab-ce-ed81ee9ba2b5a0b68996ccb238bfa4c69a6df062.tar.gz |
Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'master'"
This reverts merge request !20679
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 b94faabfa1d..00000000000 --- a/spec/routing/instance_statistics_routing_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -require 'spec_helper' - -describe 'Instance Statistics', 'routing' do - include RSpec::Rails::RequestExampleGroup - - it "routes '/-/instance_statistics' to conversational development index" do - expect(get('/-/instance_statistics')).to redirect_to('/-/instance_statistics/conversational_development_index') - end -end |