Sha256: 88e86e6f988da2f0ddcf0aa045dea8a36ddf2cb78ad26f56c0af89fab9d4c76c

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

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
  end

  test 'can restart bundle' do
    post '/kpm/nodes_info/plugin/restart?plugin_name=org.apache.felix.shell'
    assert_response :success
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
killbill-kpm-ui-1.0.2 test/integration/navigation_test.rb
killbill-kpm-ui-1.0.1 test/integration/navigation_test.rb
killbill-kpm-ui-1.0.0 test/integration/navigation_test.rb
killbill-kpm-0.3.0 test/integration/navigation_test.rb