Sha256: 9b66bba5eb2050662cd391b0e8f82068551ca52a935bbb7654503d1562f80a8c
Contents?: true
Size: 564 Bytes
Versions: 14
Compression:
Stored size: 564 Bytes
Contents
# 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
Version data entries
14 entries across 14 versions & 1 rubygems