Method: FromIDFModel_Test#test_example_model_with_output_path
- Defined in:
- lib/measures/from_idf_model/tests/from_idf_model_test.rb
#test_example_model_with_output_path ⇒ Object
94 95 96 97 98 99 |
# File 'lib/measures/from_idf_model/tests/from_idf_model_test.rb', line 94 def test_example_model_with_output_path args = {} args['idf_model'] = File.join(File.dirname(__FILE__) + '/../../../../spec/samples/idf/5ZoneAirCooled.idf') args['output_file_path'] = File.join(File.dirname(__FILE__) + '/output/5ZoneAirCooled.hbjson') apply_measure_to_model(__method__.to_s.gsub('test_',''),args, nil) end |