ruby 2.2.1, minitest 5.7.0 ##Setup
- Load Gem Locally
- gem build leapAPI.gemspec
- Install Gem Locally
- gem install leapfrogTest
- Run in IRB
- require 'leapApi'
- LeapApi.new("http://not_real.com/customer_scoring?income=50000&zipcode=60201&age=35")
- Run Test in Bash
- rake test