test/integration/navigation_test.rb in killbill-kpm-ui-1.0.2 vs test/integration/navigation_test.rb in killbill-kpm-ui-2.0.0

- old
+ new

@@ -1,9 +1,10 @@ +# frozen_string_literal: true + require 'test_helper' class NavigationTest < ActionDispatch::IntegrationTest - include KPM::Engine.routes.url_helpers test 'can see the nodes info page' do get '/kpm' assert_response :success @@ -12,6 +13,5 @@ test 'can restart bundle' do post '/kpm/nodes_info/plugin/restart?plugin_name=org.apache.felix.shell' assert_response :success end end -