# require 'spec_helper' # # puts APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) # # puts $: << File.join(APP_ROOT, 'lib/app42') # so rspec knows where your file could be # # require 'app42/command/config' # describe 'App42::Command' do # describe 'Config' do # # before(:all) do # # @config = App42::Command::Config.new # # end # it 'should list all runtime' do # puts App42::Command::Config.new # # runtime = config.get_config 'config', 'runtime' # # puts runtime # end # end # end