Sha256: 51d8ffec6653d4737dc7be5241ada41e97825c557fff3e228824645897978c8e
Contents?: true
Size: 434 Bytes
Versions: 32
Compression:
Stored size: 434 Bytes
Contents
group "Config" library :rudy, File.expand_path(File.join(GYMNASIUM_HOME, '..', 'lib')) tryout "Defaults" do setup do @@config = Rudy::Config.new @@config.look_and_load # looks for and loads config files end drill "has some defaults", ["color", "environment", "role", "zone"].sort do # Sorted so we can add new keys without breaking the test @@config.defaults.keys.collect { |v| v.to_s }.sort end end
Version data entries
32 entries across 32 versions & 2 rubygems