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

Version Path
solutious-rudy-0.9.0 tryouts/12_config/60_routines_tryouts.rb
solutious-rudy-0.9.1 tryouts/12_config/60_routines_tryouts.rb
solutious-rudy-0.9.2 tryouts/12_config/60_routines_tryouts.rb
solutious-rudy-0.9.3 tryouts/12_config/60_routines_tryouts.rb
solutious-rudy-0.9.4 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.020 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.019 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.018 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.017 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.016 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.015 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.014 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.013 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.012 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.011 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.010 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.009 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.008 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.007 tryouts/12_config/60_routines_tryouts.rb
rudy-0.9.8.006 tryouts/12_config/60_routines_tryouts.rb