Steps to take to run this application and its tests. Things you may want to cover:
- Clone down our project rails_engine
- Clone down the spec harness rales_engine_spec_harness
- Navigate into our project directory
bundle- Create the database
rake db:create db:migrate - Load the csv files
rake seed:seed_data - Start the server
rails s - In a different terminal window, navigate to the spec harness directory
bundlerake- Watch tests pass (or fail)...