Sha256: d105080b1c47fbbc1f7b8d43e3ebae1d94ee6b6e0c8f2e75a84ad6ecb7cbcb1a
Contents?: true
Size: 300 Bytes
Versions: 36
Compression:
Stored size: 300 Bytes
Contents
rudy_lib_path = File.expand_path(File.join(GYMNASIUM_HOME, '..', 'lib')) group "Config" library :rudy, rudy_lib_path tryout "Routines" do setup do @@config = Rudy::Config.new @@config.look_and_load # looks for and loads config files end xdrill "has aws account" do end end
Version data entries
36 entries across 36 versions & 2 rubygems