From ed81ee9ba2b5a0b68996ccb238bfa4c69a6df062 Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Fri, 27 Jul 2018 13:12:35 +0000 Subject: Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'master'" This reverts merge request !20679 --- spec/routing/instance_statistics_routing_spec.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 spec/routing/instance_statistics_routing_spec.rb (limited to 'spec/routing/instance_statistics_routing_spec.rb') 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 -- cgit v1.2.1