KeonCummings / test-gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test API Gem LFO

Dependencies

ruby 2.2.1, minitest 5.7.0 ##Setup

  1. Load Gem Locally
  2. gem build leapAPI.gemspec
  3. Install Gem Locally
  4. gem install leapfrogTest
  5. Run in IRB
  6. require 'leapApi'
  7. LeapApi.new("http://not_real.com/customer_scoring?income=50000&zipcode=60201&age=35")
  8. Run Test in Bash
  9. rake test

About


Languages

Language:Ruby 100.0%