Skip to content

Shadowssong/weather-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages