Twitter Exercise Dependencies Ruby version: 2.3.1 Rails version: 5.0.5 Setup git clone https://github.com/atuley/twitter.git cd twitter bundle install Database Creation rake db:create rake db:migrate rake db:seed rails server Testing Run all tests: bundle exec rspec