Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 917 Bytes

File metadata and controls

19 lines (10 loc) · 917 Bytes

Weather-Challenge Build Status

Goal

We expect all our QA Engineers to be capable programmers. As I mentioned, we would like you to complete a programming exercise to help us understand your qualifications. You can complete it in a programming language of your choice. After you've completed it, we'd like to discuss your solution with you. Please see the next paragraph for the exercise query:

Instructions

In weather.dat you'll find daily weather data for Morristown, NJ for June of 2002. Download the attached text file, then write a program to output the day number (column one) with the smallest temperature spread (the maximum temperature is the second column, the minimum the third column)

To run it

bundle install

ruby run_app.rb

To test it

rspec spec/