From 61b0e8ca0b2a1c50aeee318c7e42c40fd0816108 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Wed, 25 Jul 2018 17:36:08 +0200 Subject: Spec instance statistics --- spec/routing/instance_statistics_routing_spec.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/routing/instance_statistics_routing_spec.rb (limited to 'spec/routing') diff --git a/spec/routing/instance_statistics_routing_spec.rb b/spec/routing/instance_statistics_routing_spec.rb new file mode 100644 index 00000000000..b94faabfa1d --- /dev/null +++ b/spec/routing/instance_statistics_routing_spec.rb @@ -0,0 +1,11 @@ +# 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