SearchTweetsApp is an app that displays tweets based on search term
Create gemset:
rvm ruby-2.5.1 do rvm gemset create search_tweets_app
install gems:
bundle install
Just in case there is an example of credentials in directory config/credentials.yml.example
.
bundle exec rspec
rails s