Sha256: 2a7d3cf85f1fb029c6f50a872c62027ce9114572e068ce5b1dff70b487d1818f
Contents?: true
Size: 265 Bytes
Versions: 7
Compression:
Stored size: 265 Bytes
Contents
require 'test_helper' class SettingsTest < ActiveSupport::TestCase test "katello specific settings" do KatelloForemanEngine::Settings.initialize_settings assert_equal 'https://localhost/foreman', KatelloForemanEngine::Settings['foreman_url'] end end
Version data entries
7 entries across 7 versions & 1 rubygems