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

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