Sha256: 7c3fa72c570eeac481715e3603048f01f1b73c6f5eb4980e5bb54a1b3d7b0b0e
Contents?: true
Size: 256 Bytes
Versions: 3
Compression:
Stored size: 256 Bytes
Contents
class TestIsAConfiguration < ConfigurationsTest def test_is_a_configuration configuration_class = @module.const_get(:Configuration) assert @configuration.is_a?(configuration_class), 'Expected configuration to be defined in host module' end end
Version data entries
3 entries across 3 versions & 1 rubygems