Fixed #272 Mocked up external server requests (#286)

* <Partially filled out the stub request>

* <Mocked requests to external servers>

* <Fixed style>

* Deleting rename.js

Accidentally slipped its way into the commit
This commit is contained in:
John Ma
2018-10-04 14:16:12 -04:00
committed by Jesus Federico
parent 5c3fd15323
commit daaf305c30
3 changed files with 35 additions and 1 deletions

View File

@ -87,6 +87,7 @@ group :test do
gem 'shoulda-matchers', '~> 3.1'
gem 'faker'
gem "factory_bot_rails"
gem 'webmock'
# Ruby linting.
gem 'rubocop'