Sha256: b86a6ac26be6ddbb4cafc78d447e79334e7f058c70914c60b03c9da4b09b4e44

Contents?: true

Size: 238 Bytes

Versions: 8

Compression:

Stored size: 238 Bytes

Contents

require 'test_helper'

class ManagedExtensionsTest < ActiveSupport::TestCase
  def test_discovery_rules_is_in_menu
    menu = UserMenu.new.generate
    assert_includes(menu, { name: 'Discovery Rules', url: '/discovery_rules' })
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_discovery-25.1.0 test/integration/menu_test.rb
foreman_discovery-25.0.1 test/integration/menu_test.rb
foreman_discovery-25.0.0 test/integration/menu_test.rb
foreman_discovery-24.0.2 test/integration/menu_test.rb
foreman_discovery-23.0.2 test/integration/menu_test.rb
foreman_discovery-24.0.1 test/integration/menu_test.rb
foreman_discovery-24.0.0 test/integration/menu_test.rb
foreman_discovery-23.0.1 test/integration/menu_test.rb