DEV: Add rswag to aid in api documention (#9546)

Adding in rswag will allow us to write spec files to document and test
our api.
This commit is contained in:
Blake Erickson
2020-04-27 16:40:07 -06:00
committed by GitHub
parent 051e6be7b8
commit a93ef2926d
6 changed files with 131 additions and 1 deletions

View File

@@ -179,6 +179,8 @@ group :test, :development do
gem "rubocop-discourse", require: false
gem "rubocop-rspec", require: false
gem 'parallel_tests'
gem 'rswag-specs'
end
group :development do