Rails Engine is an example of an internal api that exposes csv data loaded through a rake task.
Please visit the production instance at: https://lsaville-rails-engine.herokuapp.com/
Get the project
git clone git@github.com:dijital2016/rails_engine.git
Install dependancies
bundle
Initiate database
rake db:create db:migrate
Load the data into the database
rake load_csv_files:all
Run the tests
rspec
For the spec harness please visit here and follow the instructions posted
