Sha256: ee80f2c5868db3965609a7c62a2a58b6cd9468c7d42b4172626f5f76622f3225
Contents?: true
Size: 360 Bytes
Versions: 36
Compression:
Stored size: 360 Bytes
Contents
rudy_lib_path = File.expand_path(File.join(GYMNASIUM_HOME, '..', 'lib')) group "Config" library :rudy, rudy_lib_path tryout "Commands" do setup do @@config = Rudy::Config.new @@config.look_and_load # looks for and loads config files end drill "is a well-formed hash", [:allow] do @@config.commands.to_hash.keys.uniq.sort end end
Version data entries
36 entries across 36 versions & 2 rubygems